in reply to
Multi Threading help
If you just need to run the scripts, and don't do much with the result, you can use forking and
Parallel::ForkManager
. The documenation of that module contains a simple example that can be easily adapted for your purpose.
Comment on
Re: Multi Threading help
Replies are listed 'Best First'.
Re^2: Multi Threading help
by
drip
(Beadle)
on Feb 28, 2008 at 11:23 UTC
thank you..most likely i would just need to run the client script simultaneously .
[reply]
In Section
Seekers of Perl Wisdom