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

Re: Is the openldap libldap library thread safe?



I'm pretty sure you can, but if you want it to work right, you'd be
advised to look at libldap_r.

On Fri, 23 Jun 2006, Jeremiah Martell wrote:

> Can I use the libldap library in multiple threads?
>
> Ex: Spawn up 5 threads, each of which will try to bind to the server,
> do a different search, and unbind?