
12-24-2004, 10:06 AM
|
 |
|
|
Join Date: Jan 2003
Location: London
Posts: 5,268
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by memobug
I changed my ISP, and commbull started timing out for me during the mailing. I have users-at-once set to 300 users at a time, as I did before.
I noticed that sometimes scripts time out after 30 seconds. It looks like there is a php setting you can make to allow scripts to run longer than 30 seconds - up to 900 seconds, for example.
Code:
set_time_limit(900);
Maybe adding that in near the top would help? I tried it in online.php for example, which sometimes times out on me and I didn't get any errors.
I have just sent my newsletter this month, so I can't test this but if someone who's having timeout problems wants to give it a try... Please let me know if it helps.
Regards,
Matt
|
i would recommend that you set it to 100 users max (at a time) in all honesty.
|