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

Reply via email to