Prem wrote:
Hi All,

Could you please explain why some one needs multiple sql daemons and how to 
control the number of dameons.

It forks so it can handle multiple queries at the same time. The main process (mysqld_safe) handles starting up the other processes and various other things (I assume user authentication), shutting down the service and so on.


I'm not sure if you can control the number though, maybe it has something to do with max_connections? Does the manual say anything?


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

Reply via email to