Re: Distributed Objects over a Network
Re: Distributed Objects over a Network
- Subject: Re: Distributed Objects over a Network
- From: Jim Correia <email@hidden>
- Date: Tue, 6 Aug 2002 10:22:54 -0400
On Tuesday, August 6, 2002, at 05:10 AM, Robert Goldsmith wrote:
I'm trying to write an application that uses DO over a network.
According to Apple's docs, they have not yet got
network-distributed object and name servers working. This means
that objects cannot currently be shared across machines :( I
could be wrong but this is strongly implied.
DO does work over the network. It is the wildcard host magic that was
lost.
Just build your connection with NSSocketPort instead of NSPort. You'll
have to specify the remote host/port for the connection (and in jaguar
you can probably use rendezvous to discover the other servers available.)
Jim
_______________________________________________
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.