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

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

I am using jboss3.2.1 and sqlserver2000



Can any one help me to find out the run time Connection pool size?I want to do this to 
increase the perfomance of my website(To make sure the connection is released after 
use).



my mssql_ds.xml  settings is as follows:



<local-tx-datasource>

    <jndi-name>mySQLServerPool</jndi-name>

    
<connection-url>jdbc:microsoft:sqlserver://cataract1:1433;DatabaseName=macstoret</connection-url>

    <driver-class>com.microsoft.jdbc.sqlserver.SQLServerDriver</driver-class>

    <user-name>sa</user-name>

    macret

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

<transaction-isolation>TRANSACTION_SERIALIZABLE</transaction-isolation>



  </local-tx-datasource>




-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to