OFF-TOPIC :-)
Suppose I have a data source pool of 100 and I have two session beans which make use of
that data source. One performs the search function for end users, the other is the admin
interface.
Now I don't want to starve the data source by having 100 searchers active (and more in
queue) while the admin is waiting to get anything done. So search bean will be pool
limited to 75 and admin will receive similar treatment.
I say EJB 3 is all about resource management. :-)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4136384#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...