21301 Posts in 5736 Topics by 2603 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 751 Views |
-
php files running some process

9 June 2010 at 11:21pm
I am having some issue with php files suddenly running - any idea what this can be?
From Support...
Its not any one user, it looks like its all your users opening up multiple php and httpd connections all at once. This is a snip of the log for php and httpd processes:At 5:24pm there were no php processes running.
At 5:25pm there were 131 php processes running.
At 5:26pm there were 167 php processes running.
At 5:27pm there were 171 php processes running.Same goes for the httpd processes:
At 5:24pm there were 11 httpd processes
At 5:25pm there were 140 httpd proccessessudo atop -r -b 17:24 -l 5
As you can see its not a gradual increase of php processes it a sudden change. Which is what leads me to believe its something in your SilverStripe trying to update information or run some processes for the sites at some internal interval, and since its going off all at once for all your users and sites its causing a sudden resource issue with the server.
-
Re: php files running some process

10 June 2010 at 12:18am
SilverStripe doesn't run any background tasks at all. See if you can find out more information about the processes to see what caused them to run.
| 751 Views | ||
|
Page:
1
|
Go to Top |


