![]() |
|
Do you know where your variables are? | |
PerlMonks |
Re^5: Just can sent only ONE mail every time.by WalkingZero (Sexton) |
on Aug 28, 2007 at 04:19 UTC ( [id://635490]=note: print w/replies, xml ) | Need Help?? |
As an afterthought, since you already fixed it. Here's a peice of advice that may or may not work for you. I am currently working with SMTP for work with a postfix mta system.
you may want to consider using threads and Thread::Queue. then you queue up your messages, create a pre-defined number of threads and just have them pull from the queue then join when they are done. Very fast very efficient.
"One future, two choices. Oppose them or let them destroy us" - Propaghandi
In Section
Seekers of Perl Wisdom
|
|