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-07-27 14:02:29.152632-07 by binhvanpham
threads size
Hi, I am new to the threaded application. Is there any restriction on the size of the thread? Thank you,
Direct Responses: 13422 | Write a response
Posted on 2011-07-27 14:09:45.106716-07 by jdhedden in response to 13421
Re: threads size
There is a section in the 'threads' POD that talks about stack size for threads. As far as number of threads you can run, that is dependent on system memory. Other than that, there are no size restrictions.
Direct Responses: Write a response