Is there any good documentation on how to configure a JDBC Connection Pool?  I 
read the ConfigDataSources Wiki and there isn't any explanation.  I added the 
following elements to my config file, but i'm not sure if I'm actually using a 
connection pool now.

    <min-pool-size>5</min-pool-size>
    <max-pool-size>100</max-pool-size>
    <blocking-timeout-millis>5000</blocking-timeout-millis>
    <idle-timeout-minutes>15</idle-timeout-minutes>

Also are there more config parameters for a connection pool?  Is there a way to 
determine if i'm using the connection pool?

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

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


-------------------------------------------------------
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