http://qs321.pair.com?node_id=535063

diggernz has asked for the wisdom of the Perl Monks concerning the following question:

I have written a program to handle bulk mail outs to a client database. There could be upto 1000 emails sent out at a given email campaign. Clients HAVE subscribed to this service. What technique can I use to reduce network activity. When this program is run, the network becomes exhausted. I have added a loop to pause after a given number of mailouts. This isn't solving the problem. Is there any other techniques you suggest? Thank you