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

Re: Windows and multiple client connections



At 03:00 AM 5/16/00 -0700, Howard Chu wrote:
>This problem hasn't surfaced in the standard tools because they generally
>set up only one session per invocation. We've been developing a longer-lived
>client that performs a series of bind/search/unbind operations,

Don't do that.  Do init ( bind [search|modify|...]* )* unbind.

>I wonder if this behavior needs to be noted on the FAQ... ?

We likely should put a note that unbind relates to init, not to bind.