From: Dave Burt Date: 2005-10-19T23:06:58+09:00 Subject: Re: Killing Threads & Processes on Windows I accidentally sent: > nobu nakada wrote: >> I know about TerminateProcess(), but think it is considered >> critical for general purpose, like as SIGKILL. > > You're probably right, it is severe, but rb_waitpid shouldn't return with > the process still running, should it? .... or just hang without closing the process? Would a call to TerminateProcess() go in wait() in win32/win32.c? Cheers, Dave