Distributed Objects In A Network of Macs
Distributed Objects In A Network of Macs
- Subject: Distributed Objects In A Network of Macs
- From: Craig Bakalian <email@hidden>
- Date: Fri, 18 Apr 2003 15:35:36 -0400
Hi,
Just tested a client/server application on a network of computers -
eMacs served by a G4. All is well with my DO vending and getting
vending when the client server is -
server = [[NSConnection rootProxyForConnectionWithRegisteredName:
@"myServer" host: nil] retain];
And the client and server are on the same machine. Yet when I pass in
the IP address in my client app with the server app (on the G4) and
fire up the connection
server = [[NSConnection rootProxyForConnectionWithRegisteredName:
@"myServer" host: 10.1.21.32] retain];
I get nothing served, or a nil== server.
What am I doing wrong? Does the client eMac need something set?
Craig Bakalian
www.eThinkingCap.com
_______________________________________________
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.