If you have a look at the application server guide it describes the 
configuration of the various pools.

You can configure a pool in the jboss.xml deployment descriptor so your changes 
are specific to a single bean definition.

The maximum pool size just specifies the maximum number of beans to pool, if 
demand is greater more beans will be created but they will be discarded when 
the request finishes.  If you need to make sure that no more than a certain 
number are in use at any one time you need to switch on strict maximum.

http://www.jboss.org/products/jbossas/docs

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

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


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to