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

Re: [Q] Using OpenLDAP SDK in threaded apps



The SDK support for threading is not session thread safe.
That is, you need to serialize calls which share a session.

Kurt