Re: Distributed Objects problem
Re: Distributed Objects problem
- Subject: Re: Distributed Objects problem
- From: Douglas Davidson <email@hidden>
- Date: Thu, 10 Jan 2002 19:09:19 -0800
On Thursday, January 10, 2002, at 04:01 PM, Briones Garcma Jorge
Alfonso wrote:
theProxy = [[NSConnection
rootProxyForConnectionWithRegisteredName:@"server"
host:@"*"] retain];
This issue has been extensively discussed on various mailing lists. The
form above is obsolete; for inter-machine DO, it is now necessary to use
a different NSPort subclass, NSSocketPort. Chris Kane has posted a
detailed example of this, so the first thing you should do is look for
that.
Douglas Davidson