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

Re: threads in back end?



At 02:10 PM 8/11/00 -0400, felipe.saintjean@acepta.com wrote:
>Hi, Im writing my beckend for LDAP. Im using a personal libreary that
>uses pthreads (I belive OpenLDAP uses them too, or not?).

Depends.   If you writing an OpenLDAP backend/module, you should
use the provided thread wrappers (lthread in 1.x, ldap_pvt_thread
in 2.x).  If you don't, odd things may happen.

>In the search.c code my program block when creating a new thread. any
>idea?

No clue.