in reply to Re^8: Proposal how to make modules using fork more portable
in thread Proposal how to make modules using fork more portable
No, at least named pipes under \\.\pipe\... will get removed if the creating process exits. Or rather, the MSDN CreateNamedPipe documentation makes me hope so:
An instance of a named pipe is always deleted when the last handle to the instance of the named pipe is closed.
Together with the hope that the OS will clean up (and close) all handles created by a process, this means that a pipe should vanish once the creating process exits.
But other objects where the creator process is not the permanent owner will have that problem, yes.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^10: Proposal how to make modules using fork more portable
by BrowserUk (Patriarch) on Apr 02, 2011 at 12:27 UTC |