From: MenTaLguY Date: 2008-03-25T01:09:29+09:00 Subject: Re: Thread#raise, Thread#kill, and timeout.rb are unsafe On Mon, 24 Mar 2008 21:41:29 +0900, Tanaka Akira wrote: > So the default should be depended by kind of asynchronous > events. I think it is reasonable that signals are > interruptible by default but others are uninterruptible by > default. This seems sensible to me, though it would be nice to also have an alternate way to handle POSIX signals that didn't involve interruption. -mental