Re: NSConnection registerName

2008-04-08 Thread Michael Vannorsdel
ser program to lookup or use a different IPC flavor. On Apr 7, 2008, at 4:32 PM, SD wrote: I have a deamon application that starts up and registers itself using a pre-defined name. (NSConnection registerName: name] I have another application that is started and it looks for the

Re: NSConnection registerName

2008-04-07 Thread Jens Alfke
On 7 Apr '08, at 3:32 PM, SD wrote: If I launch the deamon via command line using my regular user and then I launch the application using the Security.framework authentication, the application does not find the connection and starts a second deamon. Sounds like the app and daemon are run

NSConnection registerName

2008-04-07 Thread SD
I have a deamon application that starts up and registers itself using a pre-defined name. (NSConnection registerName: name] I have another application that is started and it looks for the connection with [NSConnection rootProxyForConnectionWithRegisteredName: name host:nil]. This all works