Re: [PHP-DEV] FastCGI limit memory

2007-03-02 Thread Reinis Rozitis
For example lighttpd according to NetCraft: 01.2007 lighttpd 172819 02.2007 lighttpd 702712 You should wait march, such a jump is suspect :) --Pierre Hello Pierre, 03.2007 lighttpd 1.399.786 http://survey.netcraft.com/Reports/0703/ This gives place 4, right behind Sun (if you skip 'unknow

Re: [PHP-DEV] FastCGI limit memory

2007-02-07 Thread Reinis Rozitis
Andi Gutmans wrote: Yeah but process limits are inherited after fork(). Well probably. But does there exists a configurable limit in php for that (which was implemented by previos mentioned patch in 4.x branch)? As if the child exceeds the limit it handles the last request and shuts down to

RE: [PHP-DEV] FastCGI limit memory

2007-02-06 Thread Andi Gutmans
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:

Re: [PHP-DEV] FastCGI limit memory

2007-02-06 Thread Reinis Rozitis
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 in

RE: [PHP-DEV] FastCGI limit memory

2007-02-05 Thread Andi Gutmans
o: Reinis Rozitis > Cc: internals@lists.php.net > Subject: Re: [PHP-DEV] FastCGI limit memory > > On 2/5/07, Reinis Rozitis <[EMAIL PROTECTED]> wrote: > > > I'm not sure that you are looking at the right place to solve the > > > problem. If the leaks are in phpinfo

Re: [PHP-DEV] FastCGI limit memory

2007-02-05 Thread Pierre
On 2/5/07, Reinis Rozitis <[EMAIL PROTECTED]> wrote: > I'm not sure that you are looking at the right place to solve the > problem. If the leaks are in phpinfo (or in memory allocated by php), > then maybe (really not sure). > > But if the leaks are in IM as their extension does not use php memor

Re: [PHP-DEV] FastCGI limit memory

2007-02-05 Thread Reinis Rozitis
I'm not sure that you are looking at the right place to solve the problem. If the leaks are in phpinfo (or in memory allocated by php), then maybe (really not sure). But if the leaks are in IM as their extension does not use php memory manage, it is not something fixable by php or anything else b

Re: [PHP-DEV] FastCGI limit memory

2007-02-05 Thread Pierre
Hi, On 2/5/07, Reinis Rozitis <[EMAIL PROTECTED]> wrote: > It will never replace the GD extension. Please read the whole thread > before making conclusions (btw, check out http://www.libgd.org). I didnt mean that way nor as a conclusion, GD is still much faster and so on (but thanks for the lin

Re: [PHP-DEV] FastCGI limit memory

2007-02-05 Thread Reinis Rozitis
It will never replace the GD extension. Please read the whole thread before making conclusions (btw, check out http://www.libgd.org). I didnt mean that way nor as a conclusion, GD is still much faster and so on (but thanks for the link/hint). It was just an excuse why did I play with magickwand

Re: [PHP-DEV] FastCGI limit memory

2007-02-05 Thread Pierre
On 2/5/07, Reinis Rozitis <[EMAIL PROTECTED]> wrote: I'm asking about this just because yesterday while testing MagickWand ( http://www.magickwand.org which according to Thomas Boutell http://marc.theaimsgroup.com/?l=php-dev&m=115698025320619 in some point should replace GD) just by accident di

[PHP-DEV] FastCGI limit memory

2007-02-05 Thread Reinis Rozitis
Hello, is there a chance that this will ever make in PHP5 (or othet future releases) as base feature http://www.zend.com/zend/week/pat/pat48.txt That is besides PHP_FCGI_MAX_REQUESTS to have also the posibility limit the childs max memory usage/leak (PHP_FCGI_MAX_RAM_MB) I'm asking about this