ispCP - Board - Support
isp-control.net is laggy, - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Development Area (/forum-1.html)
+--- Forum: Small Talk (/forum-20.html)
+--- Thread: isp-control.net is laggy, (/thread-906.html)

Pages: 1 2 3 4 5 6 7 8 9 10 11


RE: isp-control.net is laggy, - raphael - 07-03-2007 09:14 AM

ephigenie Wrote:Anyone of the fcgid gurus got an idea why its not killing idle php's ?
And just btw. documentation for fcgid - extra parameters is not existent Sad
^^mod_fastcgi was better documented Tongue
hint: http://fastcgi.coremail.cn/doc.htm


RE: isp-control.net is laggy, - ephigenie - 07-03-2007 07:55 PM

now i changed to 2.1 lets see Sad

Quote:This solves a problem with PHP in FastCGI mode. By default, PHP stops accepting new FastCGI connections after handling 500 requests; unfortunately, there is a potential race condition during the PHP cleanup code in which PHP can be shutting down but still have the socket open, so mod_fcgid under heavy load can send request number 501 to PHP and have it "accepted", but then PHP appears to simply exit, causing errors.

If you are using PHP, you should set it to 500. -1 mean fastcgi process will not exit no matter how many requests it has handled.

i always thought this error occurs at 5000 Sad - ok we'll have to change it in the starter-scripts as well Wink
But once again lets test if this solves it a bit.
And 2.1 is not included in etch Sad


RE: isp-control.net is laggy, - macbishop - 07-03-2007 09:34 PM

ephigenie Wrote:PHP stops accepting new FastCGI connections after handling 500


I am afraid that isn't exactly, fastCGI/php fails also in IspCP with only one user connected as in my case, i have review the error and traffic logs and only appear my IP but my ispCP crashes several times in the day when trying to connect to the control panel.
My system not have php except the ispcp panel, and i have awstas in one domain that never crashes, the problem is only php/fastCGI.

I think that you need to review again the fastCGI configuration of ispCP for possibles incompatibilitys with others.
--
querer es poder


RE: isp-control.net is laggy, - ephigenie - 07-03-2007 10:15 PM

yeah no - this server was the first one set up for fastcgi - php with ispCP and it was rock-solid until ~ 1 month ago.

I think it's related to something else in my apache config.
i.e. the mod_dav_svn or mod_python (for svn + trac )


RE: isp-control.net is laggy, - ephigenie - 07-04-2007 02:10 AM

are there still that much 500's or is it a bit better now ?


RE: isp-control.net is laggy, - joximu - 07-04-2007 02:21 AM

I had them regularly this afternoon...

lets see if it's better tonight...

/Joximu

and this message does not want to be posted...


RE: isp-control.net is laggy, - Z4P - 07-04-2007 02:23 AM

I got today even more 500, but the site is less laggy. The speed is better and no time-outs.


RE: isp-control.net is laggy, - joximu - 07-04-2007 02:23 AM

yeah - i just saw it again :-(


RE: isp-control.net is laggy, - ephigenie - 07-04-2007 02:30 AM

yeah - i too Sad

But i think now its something else. Apaches Load jumps upon certain request to 99,7 % CPU and stays there for some minutes. In the meanwhile it doesn't answer any more requests accordingly.
I'll try again using mod_wsgi instead of mod_python and i just discussed with raphael how to make the public svn available on sourceforge (mirror to them) .


RE: isp-control.net is laggy, - raphael - 07-04-2007 02:38 AM

I'll try to see if there's any chance to get libapache2-mod-fcgid 1:2.1-2 in Etch's r1 (very soon)