hi...

i'm creating an app that spawns child processes. each of these processes
will attempt to open a connection to the mysql db, and try to write/select
information to the db.

however, in doing initial testing, it appears that there is a limit to how
much/fast mysql can handle simultaneous connections. i've played with the
'max_connection' parameter, having set it to 1000 for now.

has anyone done any kind of playing/analysis in this area?

if there is a limit to the number of simultaneous connections that can be
handled by mysql, what are some of the options that have been implemented to
solve this kind of issue...

thanks

-bruce


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

Reply via email to