Subject: [ruby-core:28068] interrupted system calls aren't interrupted?
From: Roger Pack <rogerdpack2 gmail.com>
Date: Sat, 6 Feb 2010 03:39:26 +0900
Sorry if this is a repeat...
I've noticed that
Timeout::timeout(1) {
system("some long process")
}
after the block is executed, "some long process" continues to run. Is
this expected, or a bug?
Thanks.
-r