Hi all,
Activestate only support v.0.1 of Thread-Pool, while the current module, 0.32 is
not supported.
The one provided in the activeperl repository (0.1) does not support perl 5.8
threads.
How can I implement simple thread-pooling using perl 5.8 threads?
I would need some way of injecting co
hi all,
I want to create a pool of perl 5.8 threads, but Thread::Pool was built for the
old Thread implementation, and it does not work!
is there a module for perl 5.8 that creates thread pools?
Thanks in advance for your help.
-Jer A.
___
Perl-Wi