Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

General Questions /

General questions about getting started with SilverStripe that don't fit in any of the categories above.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

php files running some process


Go to End


2 Posts   1137 Views

Avatar
steve_nyhof

Community Member, 224 Posts

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 proccesses

sudo 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.

Avatar
ajshort

Community Member, 244 Posts

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.