I have a Ubuntu-server. It is running Mysql & Apache. I have several request at same time. I I saw processes, by top command. I have 10 Apache process and always one process for Mysql. I understood, sometimes on high traffic conditions, insert in database can`t be done. I think if system creates several process for Mysql, the problem will be solved. How can i do that?
feedback
|
|
Your question is based on a misunderstanding. More processes would just slow things down with inter-process synchronization. | |||||||
feedback
|