Re: Number of connection to an embedded derby database

2014-02-19 Thread Bryan Pendleton
I have used *EmbeddedConnectionPoolDataSource *class for connection pooling and I just want to check if my connection are actually being pooled. You could attach a memory debugger, like the Eclipse Heap Analysis Tool, and look at the histogram of classes, and look at the number of instances of

Re: Number of connection to an embedded derby database

2014-02-19 Thread Rick Hillegas
On 2/18/14 9:04 AM, Rohit Jhunjhunwala wrote: Hi, I am using an embedded derby database (Apache Derby 10.8.1.2) in my java desktop application. I would like to know that is there any way to monitor the number of active connections from my desktop application to the derby database. I understa

Number of connection to an embedded derby database

2014-02-18 Thread Rohit Jhunjhunwala
Hi, I am using an embedded derby database (Apache Derby 10.8.1.2) in my java desktop application. I would like to know that is there any way to monitor the number of active connections from my desktop application to the derby database. I understand that embedded derby db does not allows connectio