I've written a PHP script that's used internally by an application backend.
It transfers files via FTP from one server to another.  This process often
takes in excess of 1hr.  My problem is that for some reason, even though
i've set the max_execution_time in the php.ini is set to 10800 (3 hours) the
script gets "CGI Application Timeout: The specified CGI application exceeded
the allowed time for processing.  The server has deleted the process." after
5 minutes of execution.

I'm running PHP 4.04pl1 under IIS 4.0.

Any help is greatly appreciated.
Thanks,
-Javier

-- 
PHP General 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]

Reply via email to