hi
im currently working on a project, i basically have a mailinglist for my site and i want to be able to send out my emails to people that join my site, but im having some problems when it comes to sending the emails.
in my script i added a delay between sending large amounts of emails, this is to lighten the load on the server, so the whole process of sending the emails may take a while (providing i have that many people sign up), the problem is that when i test my script and it is sending out emails and waiting, the broswer times out before the perl script is finished processing, the broswer times out after about 4 minutes. i know there is a way to prevent browser timeouts but i dont know how? thanks anyone :)