We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd8f7c8 commit 0a7712aCopy full SHA for 0a7712a
pod/perlipc.pod
@@ -310,7 +310,8 @@ written twice.
310
Some networking library functions like gethostbyname() are known to have
311
their own implementations of timeouts which may conflict with your
312
timeouts. If you have problems with such functions, try using the POSIX
313
-sigaction() function, which bypasses Perl safe signals. Be warned that
+sigaction() function with SigAction objects, which bypass Perl safe signals
314
+unless you set their C<safe> flag explicitly. Be warned that
315
this does subject you to possible memory corruption, as described above.
316
317
Instead of setting C<$SIG{ALRM}>:
0 commit comments