From: "Martin E. Koss" <[EMAIL PROTECTED]>
Sent: Monday, February 12, 2001 1:08 PM


> Is it a surprise that it might take up to 20 or 30 minutes to build over
> 20,000 simple HTML files?

Maybe you shouldn't run your script through the browser. To me it sounds
like you're doing a one-time process that dosen't really send any output
back to the browser. Instead it saves all the generates html-files on disk,
right?

Try running:

php.exe <your script's name here>

or

php.exe /q <your script's name here>

to avoid the standard php-headers

- Carsten
~~~~~~~~~~~~~~~~




-- 
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