Hi all,

Due to a peak of concurrent invocations, the server starts many instances of my 
EJB's. At this point, everything id OK, but when invocations goe to a normal 
state, the server does not decrease this number of instances, and in my case, 
this is a problem becasue each EJB makes a connection with an external system 
so I'm occupying a lot of connections innecessarily. Does anybody know how to 
force the server to do this?

With this type of EJB (Stateless session), I have only the possibility to set a 
Minimum, a Maximum, the strict, of the pool but not a period of time or 
whatever to destroy the unused instances (Once they are not used)

Than you

Rolo


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3907033#3907033

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3907033


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to