probably a better idea to spawn a CGI version of your email sending script
than to run it from the client...

that means you'd have to bump max_executio_time way the hell up, which will
affect the rest of your php apps on your server.

_alex


--
Alex Black, Head Monkey
[EMAIL PROTECTED]

The Turing Studio, Inc.
http://www.turingstudio.com

vox+510.666.0074
fax+510.666.0093

Saul Zaentz Film Center
2600 Tenth St Suite 433
Berkeley, CA 94710-2522




> From: [EMAIL PROTECTED] ("DonJuan")
> Newsgroups: php.general
> Date: 11 Jan 2001 05:54:42 -0800
> Subject: [PHP] running scripts
> 
> Hi,
> 
> I've written a weekly newsletter in php3 and there are more
> then 900 readers of the email sent.
> The script is always started through a web-browser (pe.
> www.myurl.com/admin ).
> 
> Is there a way to keep the script running, even after the browser is closed?
> (sending 900 emails might take a while)
> 
> thx,
> Juan
> 
> 
> 
> -- 
> 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]
> 


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