in reply to Re^2: Shared memory and asynchronous access
in thread Shared memory and asynchronous access
The SIG CHLD line is not met for the Windows platform. It was a last minute change when testing on Unix.
$SIG{CHLD} = 'IGNORE' if ( $^O ne 'MSWin32' );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Shared memory and asynchronous access
by Anonymous Monk on Apr 06, 2017 at 08:05 UTC | |
by Anonymous Monk on Apr 06, 2017 at 08:09 UTC |