ID:               46218
 Updated by:       johan...@php.net
 Reported By:      funky2step at gmail dot com
-Status:           Feedback
+Status:           Bogus
 Bug Type:         Streams related
 Operating System: RHEL ES Rel 4 (Nahant Update 6)
 PHP Version:      5.2.6
 New Comment:

Do not file bugs when you have Zend extensions (zend_extension=)
loaded. Examples are Zend Optimizer, Zend Debugger, Turck MM Cache,
APC, Xdebug and ionCube loader.  These extensions often modify engine
behavior which is not related to PHP itself.




Previous Comments:
------------------------------------------------------------------------

[2009-10-27 09:36:19] joliver at gmx dot at

Thank you for your response. We found out the problem yesterday, it was
eaccelerator, not php/apache.

The problem described before occured when eaccelerator didn't have any
memory left (shm_size) which happend regularily depending on the number
of visits. 
Sorry for accusing php/apache, the reason for the problem wasn't easy
to find.

------------------------------------------------------------------------

[2009-10-20 19:27:09] srina...@php.net

to me, it sounds more like configuration issue rather than a possible
bug within php. if your application is taking time to long to process ,
then either you will need to reduce the maximum execution time of your
php script (within php.ini) or increase apache's max client value to
address to your system load..

did you try to reduce the maximum_execution_time in your php.ini
setting to make sure that your php scripts are terminated after some
time ?

if you think it is some php bug that is causing it, get pstack output
of your php process on a regular basis and see what all these processes
are doing

------------------------------------------------------------------------

[2009-10-20 00:06:42] joliver at gmx dot at

Exactly the same problem here:
Debian Lenny, apache 2.2.9 (prefork), php 5.2.6, eaccelerator 0.9.5.3

Server crashes every few days with
"server reached MaxClients setting, consider raising the MaxClients
setting"
When restarting several warnings "child process XXX still did not exit,
sending a SIGTERM" show up (however much less than MaxClients).

We first suspected a Slowloris attack, however we can rule out this
after counting new connections in the firewall-logs.

------------------------------------------------------------------------

[2009-10-08 20:04:27] apache at vacances-location dot net

I experiencing exactly the same problem, Apache2 crash with message
"reaches the maxclients limit", with no load, and it don't kill the old
processes. I have the same versions, but on Debian Lenny.

Somebody have a fix ?

------------------------------------------------------------------------

[2009-04-14 01:00:01] php-bugs at lists dot php dot net

No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".

------------------------------------------------------------------------

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/46218

-- 
Edit this bug report at http://bugs.php.net/?id=46218&edit=1

Reply via email to