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 2009-07-01 10:14:26-07 by gulden
Its not possible to share a FILEHANDLE between Threads , right?
Hello, From the tests I've made it's not possible to share a filehandle between threads, right? I've started a node in PerlMonks (node), related to this issue but without a clear conclusion. Any help will be helpful. Tks in advance. Marcos Garcia
Direct Responses: 11104 | Write a response
Posted on 2009-07-01 13:22:37-07 by jdhedden in response to 11101
Re: Its not possible to share a FILEHANDLE between Threads , right?
No. Filehandles cannot be made 'shared'.
Direct Responses: Write a response