<nobu.nokada / softhome.net> schrieb im Newsbeitrag news:200308071406.h77E6TKa024307 / sharui.nakada.kanuma.tochigi.jp... > Hi, > > At Thu, 7 Aug 2003 21:59:20 +0900, > james_b wrote: > > So: can one increase the maximum depth of the Ruby interpreter stack? > > It's an OS issue. On Unixes, it's done by ulimit command, but > I don't know how it can be on Windows. Maybe here's a misunderstanding: the problem was not the executable's stack but the stack of the Ruby thread. Or do Ruby's threads use the process's stack? In that case I'd wonder how that was implemented... Regards robert