[jboss-user] [JCA/JBoss] - Re: ConnectionCount and InUseConnectionCount behavior

2009-03-13 Thread jguser
Peter, thanks for the reply. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4217937#4217937 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4217937 ___ jboss-user mailing list

[jboss-user] [JCA/JBoss] - Re: ConnectionCount and InUseConnectionCount behavior

2009-03-10 Thread jguser
PeterJ wrote : | You could always post the raw data for your graph and I could replot it. Hopefully you have it as a CSV file or something like that. I have some data in csv format. The data was taked with a process every minute. If you graph the data you can see what I see.

[jboss-user] [JCA/JBoss] - ConnectionCount and InUseConnectionCount behavior

2009-03-09 Thread jguser
Hello, I have a doubt in the behavior of the connection pool of the Jboss. We are using JBoss 4.0.2 with java version 1.5.0_10 I'm trying to understand the behavior of the ConnectionCount in relation with the InUseConnectionCount, and it seems like the JBoss create connections that he

[jboss-user] [JCA/JBoss] - Re: ConnectionCount and InUseConnectionCount behavior

2009-03-09 Thread jguser
PeterJ wrote : The ConnectionCount is the total number of connections that have been established since JBoss AS started. Consider this scenario. An app accesses the database so 5 connections (min-pool-size) are created. Then the app gets busy and it needs more connections, let's say a total of

[jboss-user] [JCA/JBoss] - Re: ConnectionCount and InUseConnectionCount behavior

2009-03-09 Thread jguser
Right now, the propertie MaxConnectionsInUseCount is 34. I have to flush the pool to initilize all the pool properties in 0 and give you correct data. Thanks View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4216347#4216347 Reply to the post :