thread « EJB « Spring Q&A





1. EJB pooling vs Spring: how to manage work load in spring?    stackoverflow.com

When an EJB application receives several requests (work load) it can manage this work load just POOLING the EJBs, so when each EJB object is being used by a thread, the ...

2. Thread-safty, Singleton , Ejb    forum.springsource.org

Thread-safty, Singleton , Ejb Hi Could someone please shed some light on Thread-safty and singleton in Spring? I understand that the scope of the Spring singleton is per container. If I ...

3. Thread(WeakReferenceMonitor) in EJB causing Memory leak    forum.springsource.org

Thread(WeakReferenceMonitor) in EJB causing Memory leak I have been searching memory leaks almost month now and recently I made some interesting discovery. Lets say I have: Application A (simple webApp packaged ...