On Mar 22, 11:20 pm, "C. Mundi" <[email protected]> wrote: > These respawn() functions are recursive and, in particular, tail recursive > (or could be assuming no sneaky side effects). So (a) how is the depth of > the node stack set, and (b) does node support any tail recursion > elimination?
The effect of using the code I mentioned on the call stack should be minimal to none because they (exec and spawn) are both asynchronous function calls. -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
