Comment 8 for bug 999114

Revision history for this message
selvakumar (selvakumarbecse) wrote :

Hi Wallace Wadge (wwadge) and ggerritsen (ggerritsen) ,

I am getting into this issue when the application required more db connections.

For Instance, I am working an the application where I have schedule thread job.

Note: Each thread job required separate db connection.

No problem when I schedule only 20 jobs at the same time.

Issue when schedule 150 jobs at the same time.

I am getting this below state,

Connection pool total connection : 60
 Free connection : 60

but,

MY-SQL shows : 85 connections (all are created by same application).