Re: Distributed Obj Port
Re: Distributed Obj Port
- Subject: Re: Distributed Obj Port
- From: Thomas Harrington <email@hidden>
- Date: Mon, 11 Aug 2003 12:23:26 -0600
On Saturday, August 9, 2003, at 01:25 AM, email@hidden wrote:
I have a cocoa app that is using distributed objects. I have the port
set that the root object is vended on, but I would like to control the
port that the proxy object/connection uses. Is there a way to do > this?
Create the ports yourself (NSPort or NSSocketPort, as appropriate), and
then create the NSConnection using -initWithReceivePort:sendPort:.
--
Tom Harrington
email@hidden
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.