[jboss-user] [EJB 3.0] - Re: how can we limit the number of active stateful session b

bdecoste do-not-reply at jboss.com
Fri Apr 6 13:41:51 EDT 2007


Stateful Session Beans are not pooled. If you need to control the number of instances, I suggest that you either put a Stateless Session Bean in front of the SFSB and limit the pool size of the SLSB to 2. Or you could limit the number of threads that can access the SFSB, but this will limit access to all beans. 

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

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



More information about the jboss-user mailing list