http://www.perlmonks.org?node_id=371767


in reply to Re: Using select and IO::Select
in thread Using select and IO::Select

Signals are unsafe - ie they basically interrupt anything with no regard to whether it is a good idea/time or not. See Re: Dormus interruptus if you want to test it but they interrupt selects before timeout expiry.

cheers

tachyon