Thus said "AJ ONeal (Home)" on Thu, 03 Mar 2016 11:22:57 -0700: > Yes. I suppose I never explicitly declared exec or fork, but I have > been trying node.js' exec and I wasn't sure if it's a bug in how node > handles exec, or if I'm doing it wrong.
Is node.js' exec an exec() or is it more like Tcl's [exec] which actually does fork() and exec() and returns the output to the caller? > http://stackoverflow.com/questions/35767918/node-js-how-to-spawn-detached-child-in-foreground-and-exit Based on the description in the problem on stackoverflow, is there potentially a misunderstanding of what ``foreground'' and ``background'' mean? Thanks, Andy -- TAI64 timestamp: 4000000056d91fb0 /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http://plug.org/mailman/options/plug Don't fear the penguin. */
