Re: NSDistributedObjects & Fast User Switching
Re: NSDistributedObjects & Fast User Switching
- Subject: Re: NSDistributedObjects & Fast User Switching
- From: "Gerriet M. Denkmann" <email@hidden>
- Date: Sun, 22 May 2005 19:27:30 +0200
On 22.05.2005, at 15:59, email@hidden wrote:
From: email@hidden
Subject: Re: NSDistributedObjects & Fast User Switching
To: Pat Homelvig <email@hidden>
You cannot communicate between namespaces. You'll need to use
sockets (NSSocketPort) instead, which are not limited in such ways.
Well I have a programm which can talk to other users via Distributed
Objects.
The only problem I had was that + (NSDistantObject
*)rootProxyForConnectionWithRegisteredName:(NSString *)name
host:(NSString *)hostName
does not work across machines or logins.
I had to use Rendezvous and some fancy stuff to get it going.
I got lots of good ideas from:
<http://www.kavasoft.com/DistributedWidgets> by Andrew Zamler-Carhart.
Kind regards,
Gerriet.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden