fork emulation / kill
[email protected] (Alexandr Ciornii)
| Newsgroups | perl.win32.vanilla |
|---|---|
| Message-ID | <[email protected]> |
Is it possible to kill a thread that was created by fork()? signal to pid of thread results in termination of whole program kill( 2, $pid ); #$pid - pid of forked thread Whole program dies with: Terminating on signal SIGINT(2) -- Alexandr Ciornii, http://chorny.net