Re: Apache forking a forked child process -- is that possible?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, Jan 26, 2012 at 9:29 AM, Mark Montague <mark@xxxxxxxxxxx> wrote:
> On January 26, 2012 9:07 , =?UTF-8?Q?K=C4=81rlis_Repsons?=
> <karlis.repsons@xxxxxxxxx> wrote:
>>
>> as this seemed the only place to ask my question, here it goes:
>> is it ever possible that Apache (as we currently know it) makes a fork
>> of a child
>> process, which has already processed some requests?
>
>
> Yes.  When the child receives a request for a CGI script, it forks itself
> and the new child (child of the original child) then executes the external
> CGI program.  When the external CGI program exists, the new child ends.
>

(prefork only, threaded MPM's communiate with a separate daemon that
forks the CGI via mod_cgid)

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx




[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux