
Feb. 3, 2007
7:33 p.m.
On Sat, 2007-02-03 at 09:18 -0500, Itamar Shtull-Trauring wrote:
On Sat, 2007-02-03 at 01:27 -0800, Steve Freitas wrote:
I'm trying to diagnose an intermittent pausing problem on Win32, and t.i.process is unavailable on that platform, which reapChildren() relies on. Is there no need for this approach when launching the reactor with installSignalHandlers=0 on Windows?
No, SIGCHLD is a Unix thing.
Ok, thanks. Steve