ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Async-Interrupt/Interrupt.pm
(Generate patch)

Comparing Async-Interrupt/Interrupt.pm (file contents):
Revision 1.27 by root, Sat May 15 00:08:48 2010 UTC vs.
Revision 1.28 by root, Wed Nov 23 02:33:48 2011 UTC

432When you expect a lot of signals (e.g. when using SIGIO), then enabling 432When you expect a lot of signals (e.g. when using SIGIO), then enabling
433signal hysteresis can reduce the number of handler invocations 433signal hysteresis can reduce the number of handler invocations
434considerably, at the cost of two extra syscalls. 434considerably, at the cost of two extra syscalls.
435 435
436Note that setting the signal to C<SIG_IGN> can have unintended side 436Note that setting the signal to C<SIG_IGN> can have unintended side
437effects when you fork and exec other programs, as often they do nto expect 437effects when you fork and exec other programs, as often they do not expect
438signals to be ignored by default. 438signals to be ignored by default.
439 439
440=item $async->block 440=item $async->block
441 441
442=item $async->unblock 442=item $async->unblock

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines