Re: Thread::Pool, Thread::Tie and %HoHoH

2002-09-05 Thread Greg Oliver
Seems that if I also pass the keys as references as well, it works in my test. I was assuming that sharing/passing the main hash would cover it, but I wasa mistaken. Reading all the perldocs will drive you crazy in a couple of days though! Thanks, Greg On Thu, 05 Sep 2002 09:09:29 +0200 Eliza

Re: Activestate Perl, iThreads, and threads::shared

2002-09-05 Thread Arthur Bergman
On onsdag, sep 4, 2002, at 07:26 Europe/Stockholm, Marc M. Adkins wrote: > > Well, there was some earlier ithreads-accessible interface that could > work > with 5.6.? as I recall, but it was experimental stuff. Then it sort of > vanished (this forum got real quiet) and after a while 5.8 came o

Re: Thread::Pool, Thread::Tie and %HoHoH

2002-09-05 Thread Elizabeth Mattijsen
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 local to the subroutine with Thread::Use > >which is a 3 level hash of hashes. No problem,