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

Re: HEADS UP: new SLAPD Connection Management Infrastructure



Not working on Linux either...it just hangs on the tests...
any idea what may be wrong?

                                            Juan

Kurt D. Zeilenga wrote:

> I've committed changes to slapd's connection management infrastructure
> designed to resolve two race conditions in SLAPD's front end.
>         - ops after bind race may get old bind parameters
>         - close race(s)
>
> The code supports both threaded and non-threaded environments.
>
> The code is preliminary.  Testing so far has been limited.
> Known issues:
>         - inetd support
>         - cn=monitor counters
>
> Both of these issues will be resolved soon.
>
> Kurt