[PHP-DEV] Re: [Fwd: Re: PHP memory fragmentation]

2005-06-24 Thread Andrew Prendergast
Just to add, with the patch one can set PHP_FCGI_MAX_REQUESTS quite high, which will give a big reqs/sec performance boost, eg: PHP_FCGI_CHILDREN=10 PHP_FCGI_MAX_RAM_INCREASE=25 PHP_FCGI_MAX_REQUESTS=2 ap. On Fri, June 24, 2005 13:15, Andrew Prendergast said: > Resend. List serv probl

[PHP-DEV] [Fwd: Re: PHP memory fragmentation]

2005-06-24 Thread Andrew Prendergast
Resend. List serv problems. ap. Original Message Subject: Re: PHP memory fragmentation From:"Andrew Prendergast" <[EMAIL PROTECTED]> Date:Sun, June 12, 2005 21:09 To: interna

[PHP-DEV] PHP memory fragmentation

2005-06-13 Thread Andrew Prendergast
Hey Folks, I'm not on the list so please reply back to my email. I have been having some problems with memory fragmentation in PHP when working with large data structures. Once a script finishes executing, although the garbage collector technically has freed the ram, the pages are still allocate

[PHP-DEV] Re: PHP memory fragmentation

2005-06-13 Thread Andrew Prendergast
fragmentation. The memory footprint of the thread will increase further if a different memory hungry script is executed, or a small script that has a different allocation pattern to the first memory eating script is executed. Regards, ap. On Sat, June 11, 2005 16:30, Andrew Prendergast said: >

[PHP-DEV] Re: PHP memory fragmentation

2005-06-13 Thread Andrew Prendergast
_FASTCGI to see whats going on. I've been testing it for the last 24 hours with various volumes of data and it definitely does the trick. Regards, ap. On Sat, June 11, 2005 18:36, Andrew Prendergast said: > After a bit more investigation, I would like to change this paragraph: &