File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes JDBC and the fly likes Connection Pool Usage Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "Connection Pool Usage" Watch "Connection Pool Usage" New topic
Author

Connection Pool Usage

Poorav Chaudhari
Ranch Hand

Joined: Sep 17, 2002
Posts: 50
Hi,
I am using the Connector/J driver for connecting with MySql. I am using the connection pool to access the connections. Now I am looking for a way to monitor my connection pool. i.e., look at the number of connections in the pool, the number of connections open, etc. also if a connection is frozen or hung for whatever reason.
I have not been able to find any documents that can help me find this information. any input will be appreciated.
Thanks
Poorav


Poorav Chaudhari
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Connection Pool Usage
 
Similar Threads
Connection Pooling Doubt
JSF Database Access
Number of Open Connections
Help!!!!!! how to set Connection Pooling
connection pooling clarification