I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2011-03-09 06:16:44.152308-08 by jdhedden in response to 13247
Re: threads not finishing and script is hanging
There is no way to know what is the problem based on the information you've given. Your code may be using non-thread-safe modules, or it may be encounter a previously know threads issues (such as close() of filehandles in multiple threads). You would need to provide a self-contained script that reproduces the problem. Also, you should report what version of Perl and 'threads' you are using.
Direct Responses: 13250 | Write a response