Re: Rendezvous and Distributed Objects Help
Re: Rendezvous and Distributed Objects Help
- Subject: Re: Rendezvous and Distributed Objects Help
- From: Douglas Davidson <email@hidden>
- Date: Wed, 1 Oct 2003 09:53:41 -0700
On Tuesday, September 30, 2003, at 06:00 PM, Ian G. Gillespie wrote:
NSSocketPort *sendPort = [[NSSocketPort alloc]
initRemoteWithTCPPort:addr.sin_port host:kiWorkHost];
NSConnection *theConnection = [NSConnection
connectionWithReceivePort:sendPort sendPort:nil];
Don't you think there's something odd about these lines? You're
setting up a server with client-side code here. I suggest you find a
working example of NSSocketPort--check the list archives--and start
from that.
Douglas Davidson
_______________________________________________
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.