ASTRAPI

Well-Known Member
Jul 8, 2008
321
0
66
Hi

I can see this:

Code:
18259 yea 20 0 344m 18m 9460 S 1.0 0.0 0:00.03 php
Running for 344m ?

Is this a keep alive problem from Apache or from php persistence connections or both?

How can i avoid so long running?

I am using keep alive with a value of 5 and Max Keep-Alive Requests Unlimited also persistence on php ....

Thanks
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,261
463
Hello :)

Persistent connections with PHP are documented here:

PHP: Persistent Database Connections - Manual

You could install a third-party application such as CSF/LFD that will alert you when processes run longer than a set time period.

Thank you.