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

Re: slapd concurrency ?



At 04:56 PM 2001-11-02, Howard Chu wrote:
>I have a question about how many operations may be executing concurrently
>over a single connection. In particular, is it possible to perform a bind
>(thus changing conn->c_dn) while other operations (like a long search) are
>still in progress?

Yes.  While upon bind we ask each operation to abandon, the
action may not take place for some time.

Kurt