Re: MACH ports and fork calls
Is there any way to force their inheritance when using fork? How about threads, under darwin, do they share ports? On Wed, 18 Dec 2002, Ed Wynne wrote:
On Wednesday, December 18, 2002, at 11:58 AM, Nathan T. Hjelm wrote:
I know that standard file descriptors get copied during a fork call,
but
what about MACH ports? Does the child process inherit them as well?
Only the special ports... bootstrap, exception, etc. The normal
complement
of mach ports that get created over the life of a process are not
inherited.
-Ed
_______________________________________________
darwin-kernel mailing list | darwin-kernel@lists.apple.com
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/darwin-kernel
Do not post admin requests to the list. They will be ignored.
_______________________________________________ darwin-kernel mailing list | darwin-kernel@lists.apple.com Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/darwin-kernel Do not post admin requests to the list. They will be ignored.
participants (1)
-
Nathan T. Hjelm