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 2012-02-20 03:06:58.468939-08 by cnd
Is this efficient?

Can you tell us quickly how this works?

In particular - if I've got a single shared variable that is, say, 100megs in size, and I have 100 threads that need to use it all at once, is this going to consume 100megs in total, or 10gigs? Like - are you copying stuff back and forth between some shared place to make this work, or does it work by having the shared stuff operated-on in-place ?

Direct Responses: 13647 | Write a response