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:09:45.106716-07
by jdheddenin 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.