I have used the Thread::Pool modules with LWP with success in the past,
so I guess - yes. Your script works for me
On Wed, 29 Jan 2003 12:26:26 +0300
"Victor A. Prylipko" <[EMAIL PROTECTED]> wrote:
> Hi, All !
>
> Is ot possible to use threads and LWP modules together ?
>
> I tried to run
Elizabeth Mattijsen <[EMAIL PROTECTED]> wrote:
> At 04:01 PM 9/4/02 -0500, Greg Oliver wrote:
> >Hi, I am just diving into Perl and threads especially.
> >
> >I am using Thread::Pool, Thread::Use, Thread::Tie and LWP::UserAgent
> >in my script. LWP::UserAgent is lo
Hi, I am just diving into Perl and threads especially.
I am using Thread::Pool, Thread::Use, Thread::Tie and LWP::UserAgent
in my script. LWP::UserAgent is local to the subroutine with Thread::Use
which is a 3 level hash of hashes. No problem, I can use it just fine
anywhere in the program.