perl 5.8 threads and Thread::Pool

2006-12-09 Thread mailware
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. ___

Portable version of Perl for Windows

2006-12-09 Thread Vladimir Zelinski
Dear colleagues. Probably, question I would like to ask is not a new one, but my search on Internet didn't bring any meaningful result. I would like to have a portable version of PERL on my USB drive. I want to be able to run programs on a Windows machine from this USB drive. I realize that I

Re: Portable version of Perl for Windows

2006-12-09 Thread $Bill Luebkert
Vladimir Zelinski wrote: Dear colleagues. Probably, question I would like to ask is not a new one, but my search on Internet didn't bring any meaningful result. I would like to have a portable version of PERL on my USB drive. I want to be able to run programs on a Windows machine from

simple perl 5.8 thread pool creation was perl 5.8 threads and Thread::Pool

2006-12-09 Thread mailware
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