|
Posted by Jerry Stuckle on 07/24/06 11:13
-Nacho- wrote:
> Thanks, Noodle, but I've just tried out the solution with a sleep of 5
> minutes and the problem persists. Only the first mail of the list is
> sent. :(
>
> -
> Nacho
>
>
>
> Noodle ha escrito:
>
>
>>Try experimenting with:
>>
>>sleep()
>>http://www.php.net/manual/en/function.sleep.php
>>
>>usleep()
>>http://www.php.net/manual/en/function.usleep.php
>>
>>or
>>
>>time_nanosleep()
>>http://www.php.net/manual/en/function.time-nanosleep.php
>
>
5 minutes is way too long. Most servers are set up to time out scripts
at 30 seconds or so.
Try 2-3 seconds and see if more go out. Or, if you have a lot, try one
of the mailing list programs freely available.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Navigation:
[Reply to this message]
|