[Date Prev][Date Next] [Chronological] [Thread] [Top]

RE: gentlehup



At 02:45 AM 2002-08-16, Howard Chu wrote:
>The main intent is to allow starting a new instance of slapd without
>disturbing existing clients.

Then I think you need to consider a very early fork() and
descriptor passing.  This way the old server can pass
clients to the new server as the clients outstanding
operations complete.

Kurt