[jboss-user] [EJB/JBoss] - Re: Are Stateless Session EJB Thread-safe

dimitris@jboss.org do-not-reply at jboss.com
Mon Dec 10 17:33:20 EST 2007


Stateless session beans do no have identity so every concurrent request will actually be directed to a different instance from the stateless session bean pool. The server dynamically manages the pool size to deal with the request load.

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

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



More information about the jboss-user mailing list