Re: Notification of fork()
Re: Notification of fork()
- Subject: Re: Notification of fork()
- From: "Curtis Jones" <email@hidden>
- Date: Tue, 2 Jan 2007 15:17:24 -0500
On 1/2/07, Quinn <email@hidden> wrote:
You problem is that, if a process forks but doesn't exec, and the
child process creates a listening socket, you don't have any
information about the child process to attach to the socket (at point
B above).
Is this right?
That's an excellent summarization, actually.
I also found that with incoming connections, I can't make that
userspace trip, because something along that line is single threaded,
which prevents my application from displaying a new window, because, I
assume, that it requires a socket connection.
But that's beside the point. Yes, you seem to understand the situation.
--
Curtis Jones
email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-kernel mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden