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-14 07:00:39.645142-07 by jdhedden in response to 13255
Re: Shared variables locked?
Shared variables are locked when accessed. This is needed so that changes to the data can be written and read properly. There is no concept of 'read-only' for shared variables. Without knowing more, I think you should investigate having the main thread feed the work data to the threads using queues.
Direct Responses: 13257 | Write a response