|
From: | Sungjin Chun |
Subject: | Re: [Q] How to run DO between difference host? |
Date: | Tue, 22 Nov 2005 11:07:08 +0900 |
NSSocketPort *port = [NSSocketPort portWithNumber:0 onHost:nil forceAddress:nil listener:YES]; NSConnection *connection = [[NSConnection alloc] initWithReceivePort:port sendPort:nil]; [connection registerName:@"TheName" withNameServer: [NSSocketPortNameServer sharedInstance]];
Or, just last line is needed? Thanks in advance. On Nov 21, 2005, at 5:09 PM, Richard Frith-Macdonald wrote:
On 21 Nov 2005, at 07:40, Sungjin Chun wrote:Hi,I've found that current CVS implementation of GNUstep DO runs using UNIX domain socket like thing. I want to run DO application between difference host/network. Is there any documentation on this?Yes ... it's all in the relevant class documentation and the code has for several months been printing warnings about the forthcoming change.Use NSSocketPortNameServer.
[Prev in Thread] | Current Thread | [Next in Thread] |