# New Ticket Created by  Dave Dyer 
# Please include the string:  [perl #37254]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/rt3/Ticket/Display.html?id=37254 >


in activeperl 5.8.7 on windows 2000

I've constructed a program which pretty reproducably gets
the "free to wrong pool" error using threads and LWP::Simple.

I've used semaphores to remove concurrency, and tracked
my particular problem into the vicinity of the ->request
method, where I am reluctant to try to follow it - needless
to say that's where all the complicated stuff happens.

In essence, my pared-down example does nothing except
fire up a bunch of threads, each of which does nothing
but LWP::getstore




Reply via email to