I don't understand why there is a difference between how a Web Container manages a Servlet (only one instance / one thread per request) and how a EJB Container manages a Stateless Session Bean (pool of instances).
Renaud
Nathaniel Stoddard
Ranch Hand
Joined: May 29, 2003
Posts: 1258
posted
0
I had this whole thing typed out for you, but I deleted it --- I really have no idea why SSBs aren't just done one per type and have multiple threads executing within it. I suppose it's just a spec nuance.