feste12
2004-10-05, 15:54 PM
Lately (the last two weeks), I've been having issues with PHP 4.3.9 on IIS6. PHP processes will spawn and never die off. Typically, during my peak traffic periods, I'll have 25-50 concurrent PHP's open. Just now I logged into my server and saw there were 300+ running. They're not using any CPU - they're just consuming my RAM. Each one is using between 50 - 200kb.
All of the PHP scripts on my site have been written by myself (except for the InvisionBoard forums software). I'm not a perfect programmer, but I haven't had any infinite loop problems with my code in the past.
I've double checked my PHP.ini file, and the max execution time is set to 30 seconds, yet they still refuse to die.
Any ideas on what is causing this? Or how to go about finding the problem?
(On a side note: PHP/mySQL has been a wonderful combination on IIS up until this point.)
:thanks: to anyone who can offer help!
All of the PHP scripts on my site have been written by myself (except for the InvisionBoard forums software). I'm not a perfect programmer, but I haven't had any infinite loop problems with my code in the past.
I've double checked my PHP.ini file, and the max execution time is set to 30 seconds, yet they still refuse to die.
Any ideas on what is causing this? Or how to go about finding the problem?
(On a side note: PHP/mySQL has been a wonderful combination on IIS up until this point.)
:thanks: to anyone who can offer help!