http://qs321.pair.com?node_id=997108


in reply to Re^2: Signals vs. Windows
in thread Signals vs. Windows

Nothing in the documentation suggests that signals are not the way to perform IPC

Hmm, "unsafe" about says it all :)

So, the problem restated is, I guess, how do I interrupt a thread from an I/O operation?

stop using safe signals, use unsafe signals, use kill