|
isp-control.net is laggy,
|
| Author |
Message |
macbishop
Junior Member

Posts: 50
Group: Registered
Joined: Feb 2007
Status:
Offline
Reputation: 5
|
RE: isp-control.net is laggy,
Apaches Load jumps upon certain request to 99,7 % CPU and stays there for some minutes
It does not happen in my case.
I have had a window lagged with a request to ispcp panel and way of crashes and two simultaneus windows surfing at full speed with not php content of webs of the same host.
apache run fine for me and it's able to manage other requests at same time that fastCGI crashes
--
querer es poder
|
|
| 07-04-2007 06:46 AM |
|
 |
raphael
Member
   
Posts: 474
Group: Dev Team
Joined: Apr 2007
Status:
Offline
Reputation: 8
|
RE: isp-control.net is laggy,
The problem is that we also have mod_python, mod_svn and trac running
YaHost Me | Text Link Ads | my Debian repository | Donate! | No OOXML! | Project HoneyPot | ... and more
This is Linux land. In silent nights you can hear the Windows machines rebooting.
If you want to be helped, don't PM me but post in the forums | If you want private support PM me and we'll discuss the price
|
|
| 07-04-2007 07:50 AM |
|
 |
ephigenie
Administrator
      
Posts: 600
Group: Administrators
Joined: Oct 2006
Status:
Offline
Reputation: 9
|
RE: isp-control.net is laggy,
its not mainly the fastcgi / fcgid crashing - its the apache eating all cpu and thus the server is busy and ran into timeouts - then he returns 500 / 503
|
|
| 07-04-2007 08:29 AM |
|
 |
raphael
Member
   
Posts: 474
Group: Dev Team
Joined: Apr 2007
Status:
Offline
Reputation: 8
|
RE: isp-control.net is laggy,
btw, can you commit (or at least add to the ticket) the fcgid config you used?
about libapache2-mod-fcgid... well, I had a talk at #debian-mentors and they say it's very probable they won't accept it as a stable update. I still have to contact debian-release because they are who decide.
Meanwhile I'll upload a backport of the latest version to my repository (together with some other packages)
YaHost Me | Text Link Ads | my Debian repository | Donate! | No OOXML! | Project HoneyPot | ... and more
This is Linux land. In silent nights you can hear the Windows machines rebooting.
If you want to be helped, don't PM me but post in the forums | If you want private support PM me and we'll discuss the price
|
|
| 07-04-2007 08:55 AM |
|
 |
macbishop
Junior Member

Posts: 50
Group: Registered
Joined: Feb 2007
Status:
Offline
Reputation: 5
|
RE: isp-control.net is laggy,
hmmm read this.
http://bugs.php.net/bug.php?id=40286
tried in /var/www/fcgi/*/php5-fcgi-starter
#!/bin/sh
PHPRC="/var/www/fcgi/*/php5/"
export PHPRC
#PHP_FCGI_CHILDREN=2
#export PHP_FCGI_CHILDREN
PHP_FCGI_MAX_REQUESTS=5000
export PHP_FCGI_MAX_REQUESTS
exec /usr/bin/php5-cgi
--
querer es poder
This post was last modified: 07-04-2007 11:34 PM by macbishop.
|
|
| 07-04-2007 09:48 PM |
|
 |
ephigenie
Administrator
      
Posts: 600
Group: Administrators
Joined: Oct 2006
Status:
Offline
Reputation: 9
|
RE: isp-control.net is laggy,
yeah i'll try this - was my thought, too - but this also means no shm areas for eA, xcache or similar...
|
|
| 07-04-2007 10:57 PM |
|
 |
macbishop
Junior Member

Posts: 50
Group: Registered
Joined: Feb 2007
Status:
Offline
Reputation: 5
|
RE: isp-control.net is laggy,
but this also means no shm areas for eA, xcache or similar...
Sorry i can't help 
The forum seems run without errors 
--
querer es poder
This post was last modified: 07-05-2007 01:25 AM by macbishop.
|
|
| 07-05-2007 01:17 AM |
|
 |
BeNe
Moderator
    
Posts: 2,557
Group: Moderators
Joined: Jan 2007
Status:
Offline
Reputation: 35
|
RE: isp-control.net is laggy,
Yeah, the Forum runs - but Trac seems to be down 
Oops...
Trac detected an internal error:
(22, 'Invalid argument')
Traceback (most recent call last):
File "trac.fcgi", line 20, in ?
fcgi_frontend.run()
File "/usr/lib/python2.4/site-packages/trac/web/fcgi_frontend.py", line 22, in run
_fcgi.WSGIServer(dispatch_request).run()
File "/usr/lib/python2.4/site-packages/trac/web/_fcgi.py", line 1077, in run
clientSock, addr = sock.accept()
error: (22, 'Invalid argument')
|
|
| 07-05-2007 01:19 AM |
|
 |
macbishop
Junior Member

Posts: 50
Group: Registered
Joined: Feb 2007
Status:
Offline
Reputation: 5
|
RE: isp-control.net is laggy,
Yeah, the Forum runs - but Trac seems to be down 
it seems that ephi is working in it 
--
querer es poder
This post was last modified: 07-05-2007 01:25 AM by macbishop.
|
|
| 07-05-2007 01:22 AM |
|
 |
ephigenie
Administrator
      
Posts: 600
Group: Administrators
Joined: Oct 2006
Status:
Offline
Reputation: 9
|
RE: isp-control.net is laggy,
yeah on the way trying to switch the trac to fastcgi.
but fcgid is not supported officially 
and i made a lot of modifications to the trac in general - so - sry for the downtime but now the server works almost ok
|
|
| 07-05-2007 01:45 AM |
|
 |
|
|