Re: [PHP-DEV] [PATCH] fpm/feature: apache_like or dynamic spawning (for testing)

2009-12-14 Thread Antony Dovgal
On 13.12.2009 22:06, Jérôme Loyet wrote: Hi all, I spent some time working on the missing apache_like feature in FPM. The attached patch is the first version and is for testing. Ok, I'll look at this patch more closely later this day (hopefully). Other patches are already committed, thanks

Re: [PHP-DEV] [PATCH] fpm/feature: apache_like or dynamic spawning (for testing)

2009-12-14 Thread Antony Dovgal
On 13.12.2009 22:06, Jérôme Loyet wrote: Hi all, I spent some time working on the missing apache_like feature in FPM. The attached patch is the first version and is for testing. Committed, thanks! -- Wbr, Antony Dovgal --- http://pinba.org - realtime statistics for PHP -- PHP

[PHP-DEV] [PATCH] fpm/feature: apache_like or dynamic spawning (for testing)

2009-12-13 Thread Jérôme Loyet
Hi all, I spent some time working on the missing apache_like feature in FPM. The attached patch is the first version and is for testing. Changes: 1- rename apache_like to dynamic (in conf file and in source file) 2- add the dynamic spawning algorithm The algorithm is based on the mod_worker