I'd love to take advantage of threading in my production environment.

The local perl expert cautions that '"common" knowledge is that threads in perl are not production ready - i.e. are not very stable'.

perldoc perlthrtut says that the older threading (5.005) was buggy, ithreads has been available since 5.6.0 and is considered stable, and the threads classes have been available since 5.8.0.

I'm using perl 5.8.5.

None of my web searching has led me to believe that I shouldn't be taking advantage of threading whenever I can.

Any advice, personal anecdotes, or online references, pro or con, would be greatly appreciated. Thanks.

Pete

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to