Yeah but process limits are inherited after fork(). 

> -----Original Message-----
> From: Reinis Rozitis [mailto:[EMAIL PROTECTED] 
> Sent: Tuesday, February 06, 2007 3:28 AM
> To: internals@lists.php.net
> Subject: Re: [PHP-DEV] FastCGI limit memory
> 
> Andi Gutmans wrote:
> > Don't the FastCGI processes inherit memory limits from 
> their parent? 
> > (assuming you're not running standalone FastCGI which 
> almost noone does).
> >   
> Nope, the parent (master) process only keeps the track of 
> active childs (usually I spawn like 250 of them) and 
> distributes the incoming requests. As far as I understand 
> each child operates on its own.
> 
> rr
> 
> --
> PHP Internals - PHP Runtime Development Mailing List To 
> unsubscribe, visit: http://www.php.net/unsub.php
> 

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to