OK, I am changing my question; Can I use NSSocketPort and
NSSocketPortNameServer for this? Actually I cannot find example code
for this. For example,
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.
_______________________________________________
Discuss-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnustep