I've got PHP working in fast-cgi configuration with nginx (0.7.65-2~bpo50+1), PHP 5.2.9, but I find that our busy website hangs when there is high load. The problem is immediately relieved by killing and restarting the php processes. I have 8 php worker processes, and 2 nginx workers.
I understand this is quite a common problem in this configuration, but have not been able to identify an elegant solution. Has anybody any suggestions?
Any help much appreciated! :-)