Re: Distributed Objects/NSConnection dying under 10.4

2008-05-27 Thread Mark Munz
The Server app only has a single thread. I tried calling enableMultipleThreads just in case (fingers were crossed), but that didn't appear to change the results. The connection still just dies. Mark Munz On 5/27/08, Donald Lamar Davis II <[EMAIL PROTECTED]> wrote: > Are you running a multi-thread

Distributed Objects/NSConnection dying under 10.4

2008-05-27 Thread Mark Munz
I decided to start using DO to communicate between my applications, but I've recently discovered that while NSConnection maintains its connection for the life of the app under 10.5, it seems to die after just a few seconds under 10.4. The Server app continues to run fine (no runtime errors or such)