in reply to Re^3: Need a reliable way to send SIGINT to a perl process on 5.8.8/windows XPpro
in thread Need a reliable way to send SIGINT to a perl process on 5.8.8/windows XPpro
Definitely not doing a long running operation, a short sleep in a while, so the signal should be able to get through the opcodes in the while. Windows signal handling is just bad I guess.