in reply to
Forking to mimick threads
You can look at
this posting
in which I use forking to simulate multiple parallel LWP requests and
merlyn
suggests using the
LWP::Parallel
module for the same purpose.
Comment on
Re: Forking to mimick threads
Replies are listed 'Best First'.
Re: Re: Forking to mimick threads
by
merlyn
(Sage)
on Mar 07, 2001 at 04:26 UTC
And if you have a
lot
to do, look at
my reuse-forking parallel user agent
strategy.
--
Randal L. Schwartz, Perl hacker
[reply]
In Section
Seekers of Perl Wisdom