in reply to Re^4: Shared memory and asynchronous access
in thread Shared memory and asynchronous access
i didnt try yours till now cuz you used system, i wanted to see how the fork ran on win. Yours worked fine. Your $pid is positive rather than the negative one from the perlfork version and is a real pid that kill can watch ok. the $pid from perlfork is negative, an pseudo-pid, and it seems kill didnt think it was "done" till the waitpid call ran.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: Shared memory and asynchronous access
by BrowserUk (Patriarch) on Apr 06, 2017 at 10:51 UTC |