http://www.perlmonks.org?node_id=11128217


in reply to Re:AnyEvent - sequence of async operations without recursion?
in thread AnyEvent - sequence of async operations without recursion?

Yeah, it's 100 by default. That's on the low end of acceptable. I bump it to 1000 when I build perl (-DPERL_SUB_DEPTH_WARN=1000).

The key is that it's just a warning to help debug and/or detect infinite recursion before Perl uses up your system's memory. Because Perl will happily recurse until you run out of memory.

Seeking work! You can reach me at ikegami@adaelis.com