Hi,

I've been looking at the Authenticator example code as a starting point
for a (very simple) Cocoa client/server message-passing program. 

Now in the 'client' section there is a line

        // Lookup the server connection

        NSConnection *conn = [NSConnection
connectionWithRegisteredName:CONNECTION_NAME host: nil];


 

However when I fill in @"127.0.0.1" or @"localhost" for 'host', it cannot
find the server (which is in fact running).
Why is this? Are my ports closed? 

The example is for inter-application communication on one machine; I'd
like to have that between two machines...


Thanks for your time,
Arthur C.



_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to