View Single Post
  #20  
Old 05-02-2011, 05:11 PM
mistwang mistwang is offline
LiteSpeed Staff
 
Join Date: May 2003
Location: New Jersey
Posts: 7,590
It is likely a slow SQL query or something else blocked all PHP processed, increasing "max connections" wont work.
You need to find out what happened from command line, check "top" output for CPU utilization, I/O wait, load, memory usage, etc.
Check mysql slow query cache, check "mysqladmin processlist" .
Also, check "dmesg" output.
Reply With Quote