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

Re: Reentrancy and libldap



At 07:12 PM 12/5/2003, Luke Howard wrote:
>If my application always serializes access to LDAP handles, then is
>there any reason/benefit to link with libldap_r instead of libldap?

libldap_r provides protects a number of system
(and other dependent) library routines which are not
reeentrant.  Of course, this protection is limited to
the library use, not use by others, so its value is
limited.

Kurt