Re: DO disconnect when main thread blocked

2008-08-24 Thread Ken Thomases
On Aug 24, 2008, at 11:54 AM, Ben Einstein wrote: I have multiple DO connections to a "client" system over the LAN (technically, each of 4 systems is a server, but it doesn't much matter). The 4 systems check to ensure my system is alive by "pinging" it every few seconds with a simple - (BO

DO disconnect when main thread blocked

2008-08-24 Thread Ben Einstein
Hi, I have multiple DO connections to a "client" system over the LAN (technically, each of 4 systems is a server, but it doesn't much matter). The 4 systems check to ensure my system is alive by "pinging" it every few seconds with a simple - (BOOL)clientIsThere method. This ping routine r