site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=AEW8RH0s3oHnVk8PwCOvLuZNAWtr5ghZeBdNMBL+6ctt1fSdouvevOR/ZYYjByNHzU5zqfqja/571n8zNibFcBt+Rxg297/i+G406RvkbvkDw+TSRf1CqFm9FjLXbsE9NPWKhuHjWgzqDCyD1lwrP225qELWWA/9/FZQ9EXJcAo= 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). 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 curtis.jones@gmail.com _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-kernel mailing list (Darwin-kernel@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-kernel/site_archiver%40lists.a... On 1/2/07, Quinn <eskimo1@apple.com> wrote: Is this right? This email sent to site_archiver@lists.apple.com