Re: Detecting graceful restart/stop in child processes

2009-12-07 Thread André Warnier
Bill Moseley wrote: Again, I've got keep alives set for a long time. Well, isn't that your problem then ? KeepAlive connections were introduced at a time when establishing and tearing down TCP connections were relatively expensive things to do. With modern servers however, this is less impor

Re: Detecting graceful restart/stop in child processes

2009-12-07 Thread Bill Moseley
On Mon, Dec 7, 2009 at 1:18 AM, André Warnier wrote: > Bill Moseley wrote: > >> >> Again, I've got keep alives set for a long time. >> > > Well, isn't that your problem then ? > KeepAlive connections were introduced at a time when establishing and > tearing down TCP connections were relatively ex