razat gupta wrote:

But it gives an exception on the reach of 150 connections.It should
allow us to create almost 500 connection.

Use netstat on the server to find out how many connections are actually in use. You may find that your program is not properly closing down connnections, for instance, leaving them in various "WAIT" states (TIME_WAIT, FIN_WAIT1...etc.). If old connections are not being completely cleaned up, they can count against that 500 limit.

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to