On Thu, Dec 4, 2008 at 7:52 PM, Kirk Kerekes <[EMAIL PROTECTED]> wrote:
> -[NSSocketPort socket] returns a file descriptor. Write to it.
>
> Init an NSFileHandle with it. (-[NSFileHandle initWithFileDescriptor:])
>
>
> It's all just sockets/files/descriptors.

Well, you're not using NSSocketPort to talk to the other app in that
case. You're using NSSocketPort to create the socket, and then you're
using a completely different API to actually communicate over it.

Mike
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to