Rendevouz and Distributed Objects
Rendevouz and Distributed Objects
- Subject: Rendevouz and Distributed Objects
- From: Greg Hulands <email@hidden>
- Date: Wed, 16 Apr 2003 14:30:11 +1000
Hi,
I am trying to setup my application to discover the server via
rendevouz and then connect via distributed objects. I tried setting up
the connection with NSSocketPort, but it timed out when trying to make
the NSConnection. I then tried using [NSConnection
rootProxyForConnectionWithRegisteredName: host:], but that too failed,
until I changed host to nil, so it would force it to look at the
current machine. This however will not work when the server is on a
separate machine. I am giving host the ip address of where the server
is. In the documentation it says it should be the form of
myhost.mycorp.com, but I could not see anywhere where it says that ip's
are not allowed.
Does anyone know if you can use IP addresses or I have to use a host
name?
Any pointers are greatly appreciated.
Regards,
Greg
_______________________________________________
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.