Re: Avoiding timeout while mass mailing
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.php archive

Re: Avoiding timeout while mass mailing

From: Jerry Stuckle <jstucklex@attglobal.net>
Date: Fri Mar 31 2006 - 14:54:10 CEST

Satya wrote:
> What about writing a script such way that it send like 1000 mail and
> sleep for 1 sec and start again
>

sleep() doesn't reset the timeout clock, so this doesn't work. In fact, since
you're sleeping during part of your total allowed time, you'll get even less done.

-- 
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Received on Mon May 1 02:45:46 2006