Re: [PHP-WIN] PHP-cgi.exe as FastCgi

2009-10-14 Thread loki
ooh, what a bad news :( but in this way how to do on windows ? thanks by advance stephane "Pierre Joye" wrote in message news:fe05d1540910140235k68f1cc5dkddf9634b15787...@mail.gmail.com... hi, This feature is not supported on windows. Cheers, On Wed, Oct 14, 2009 at 11:33 AM, loki wrote

Re: [PHP-WIN] PHP-cgi.exe as FastCgi

2009-10-14 Thread Pierre Joye
hi, This feature is not supported on windows. Cheers, On Wed, Oct 14, 2009 at 11:33 AM, loki wrote: > Hello, > > i thing i found a bug in PHP-cgi.exe > > I use Php-cgi as fastCgi > > php-cgi.exe -b host:port > > i set in environement variables this : > > PHP_FCGI_CHILDREN=8 > PHP_FCGI_MAX_REQUE

[PHP-WIN] PHP-cgi.exe as FastCgi

2009-10-14 Thread loki
Hello, i thing i found a bug in PHP-cgi.exe I use Php-cgi as fastCgi php-cgi.exe -b host:port i set in environement variables this : PHP_FCGI_CHILDREN=8 PHP_FCGI_MAX_REQUESTS=1000 in the task manager i see only one Php-cgi.exe process (when normaly i must see 9 process no?) and after i send