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 2006-09-16 10:07:11-07 by ssinyagin in response to 3047
Re: Memory leak, possibly in shared pool

Jerry, thanks a lot for the fix, I'll test it and report the results.

As for the code simplification, this form:

my @cmdlist :shared;

will not work in this module, because I load Threads module via require() after checking that threads are enabled in the Torrus configuration. I checked this before, and ":shared" declaration works only with "use threads", but not with "require threads".

thanks,

stan

Direct Responses: 3078 | Write a response