Hi
Thank you for reading my post.
I defined a datasource and connection pooling in my web application.
maximum size of pool is 32 ,
after some times that i deploy-undeploy the application in development environment , derby console windows show which after starting shows connection numbers , show some very high numbers
for example :
....
Connection number: 96.
Connection number: 97.
Connection number: 98.
Connection number: 99.
Connection number: 100.
Connection number: 101.
Connection number: 102.

does it means that i have 102 connection open over my database ?
If so , what is connection pool job ?

Reply via email to