Re: [PHP-DEV] popen() spans 100 processes

2001-03-11 Thread Boian Bonev


 Encountered  100 spanned cmd.exe + php.exe using win32 CGI, this does
 not happen using apachemod, my task manager was open by accident,
 otherwise I would not have noticed this...

sounds like the second php 'detects' CGI mode, reads script name from
environment vars then executes the same script again and again?

b.


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] popen() spans 100 processes

2001-03-08 Thread André Langhorst

Encountered  100 spanned cmd.exe + php.exe using win32 CGI, this does 
not happen using apachemod, my task manager was open by accident, 
otherwise I would not have noticed this...

?php
popen('php -v','r');
?


andr

-- 
 Andr Langhorstt: +49 331 5811560 
 [EMAIL PROTECTED]  m: +49 173 9558736 
* PHP Quality Assurance  http://qa.php.net  *


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]