Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: Quicker array processing

by gav^ (Curate)
on Jun 27, 2002 at 18:28 UTC ( [id://177804]=note: print w/replies, xml ) Need Help??


in reply to fork() and batch processing mail (was: Quicker array processing)

I do something similar using Mail::Bulkmail and Parallel::ForkManager, basically:
  • Create array of emails for each process you want
  • Create a child (using Parallel::ForkManager) to handle each array -- see this node for info
  • In each child give Mail::Bulkmail the list and the email you want to send off
Hope this helps...

gav^

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://177804]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (5)
As of 2024-04-23 17:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found