alarm() on Windows cannot interrupt blocking I/O
authorJan Dubois <jand@activestate.com>
Wed, 21 Jul 2010 01:48:59 +0000 (18:48 -0700)
committerJan Dubois <jand@activestate.com>
Wed, 21 Jul 2010 02:04:03 +0000 (19:04 -0700)
pod/perlport.pod

index ac260ed..791c90d 100644 (file)
@@ -1517,6 +1517,12 @@ suffixes.  C<-S> is meaningless.  (Win32)
 C<-x> (or C<-X>) determine if a file has an executable file type.
 (S<RISC OS>)
 
+=item alarm
+
+Emulated using timers that must be explicitly polled whenever Perl
+wants to dispatch "safe signals" and therefore cannot interrupt
+blocking system calls.  (Win32)
+
 =item atan2
 
 Due to issues with various CPUs, math libraries, compilers, and standards,