Re: Current PHP implementation [message #180025 is a reply to message #180023] |
Thu, 27 December 2012 11:39 |
Thomas 'PointedEars'
Messages: 701 Registered: October 2010
Karma:
|
Senior Member |
|
|
Anders Wegge Keller wrote:
> Thomas 'PointedEars' Lahn <PointedEars(at)web(dot)de> writes:
>> No, typically (read: apache-mpm-prefork on a Linux-based system)
>> there will be two server processes that have 10 threads each, which
>> will continue to run until the server is shut down.
>
> MaxRequestsPerChild?
Indeed, that is another constraint I overlooked. However, if I am not
mistaken, both the default value and default distribution configuration file
value¹ is 0, which means that those two child processes will never expire,
and AIUI neither will their threads.
<http://httpd.apache.org/docs/2.2/mod/mpm_common.html#maxrequestsperchild>
PointedEars
___________
¹ I was checking my /etc/apache2/apache2.conf.dpkg-old, mtime 2009-12-04.
--
Use any version of Microsoft Frontpage to create your site.
(This won't prevent people from viewing your source, but no one
will want to steal it.)
-- from <http://www.vortex-webdesign.com/help/hidesource.htm> (404-comp.)
|
|
|