I seem to be unlucky.. litespeed worked great
I upgraded to the final version and recompiled php 5.2.9 with eAccelerator and Suhosin
Everything seems to be normal.. until something very strange happens
A huge amount of lsphp5 processes are spawned and the server load spikes to 80+
I rebooted the PC, with no result
So this is literally stopping the server and it spits out 503 errors after a huge delay
I have to do this:
A restart doesn't make any effect
I havent seen this preblem never before, the code is the same, lsws has been running on this machine for morew than seven months, and almost two with this kernel (2.6.24-etchnhalf; debian 4.0r3 etch)
I upgraded to the final version and recompiled php 5.2.9 with eAccelerator and Suhosin
Everything seems to be normal.. until something very strange happens
A huge amount of lsphp5 processes are spawned and the server load spikes to 80+
Code:
top - 22:48:08 up 4:36, 1 user, load average: 71.27, 40.58, 19.89
Tasks: 163 total, 81 running, 82 sleeping, 0 stopped, 0 zombie
Cpu(s): 97.4%us, 1.6%sy, 0.0%ni, 0.0%id, 0.0%wa, 0.3%hi, 0.7%si, 0.0%st
Mem: 183412k total, 180520k used, 2892k free, 4948k buffers
Swap: 345356k total, 65448k used, 279908k free, 75828k cached
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
16924 nobody 20 0 66200 3164 1560 R 2.0 1.7 0:04.70 lsphp5 16564 nobody 1 -19 7484 4016 1328 S 1.3 2.2 0:30.88 lshttpd 16617 root 20 0 2340 1172 852 R 1.3 0.6 0:12.90 top
16854 nobody 20 0 66412 5220 3452 R 1.3 2.8 0:06.76 lsphp5 16888 nobody 20 0 66600 7580 5628 R 1.3 4.1 0:09.90 lsphp5 16891 nobody 20 0 66460 7160 5204 R 1.3 3.9 0:08.80 lsphp5
16894 nobody 20 0 66368 4948 3220 R 1.3 2.7 0:05.32 lsphp5 16897 nobody 20 0 66332 4676 2964 R 1.3 2.5 0:05.22 lsphp5 16899 nobody 20 0 66200 3164 1560 R 1.3 1.7 0:04.94 lsphp5
16900 nobody 20 0 66200 3164 1560 R 1.3 1.7 0:04.92 lsphp5 16901 nobody 20 0 66200 3164 1560 R 1.3 1.7 0:04.90 lsphp5 16902 nobody 20 0 66200 3164 1560 R 1.3 1.7 0:04.88 lsphp5
16903 nobody 20 0 66200 3164 1560 R 1.3 1.7 0:04.86 lsphp5 16904 nobody 20 0 66200 3164 1560 R 1.3 1.7 0:04.86 lsphp5 16905 nobody 20 0 66200 3164 1560 R 1.3 1.7 0:04.82 lsphp5
16906 nobody 20 0 66200 3164 1560 R 1.3 1.7 0:04.80 lsphp5 16907 nobody 20 0 66200 3164 1560 R 1.3 1.7 0:04.78 lsphp5 16908 nobody 20 0 66200 3164 1560 R 1.3 1.7 0:04.80 lsphp5
16909 nobody 20 0 66200 3164 1560 R 1.3 1.7 0:04.78 lsphp5 16911 nobody 20 0 66200 3176 1572 R 1.3 1.7 0:04.76 lsphp5 16912 nobody 20 0 66200 3164 1560 R 1.3 1.7 0:04.74 lsphp5
So this is literally stopping the server and it spits out 503 errors after a huge delay
I have to do this:
Code:
dragonheart:/usr/local/lsws/bin# ./lswsctrl stop
[OK] lshttpd: stopped.
dragonheart:/usr/local/lsws/bin# killall lsphp5
dragonheart:/usr/local/lsws/bin# ./lswsctrl start
[OK] lshttpd: pid=17156.
dragonheart:/usr/local/lsws/bin#
I havent seen this preblem never before, the code is the same, lsws has been running on this machine for morew than seven months, and almost two with this kernel (2.6.24-etchnhalf; debian 4.0r3 etch)