I have a mail script which sends out around 400~ e-mails.
My problem is that the script, after a few minutes decides to just stop running.
Any ideas why?
FYI, I have the following set:
set_time_limit(0); ini_set("memory_limit","128M");
max_execution_time? memory_limit?
Have you contacted your sysadmin to see if there are other limits imposed on a script's runtime?
bradgrafelman wrote:Have you contacted your sysadmin to see if there are other limits imposed on a script's runtime?
I've been told no other limits are in place.