openldap/servers
Kurt Zeilenga 366701bdf7 Fix dbcache/entry lock deadlock. If dbcache lock is held, it's
okay to read and write LDBM specific fields (state, refcnt,
LRU.  The id field, though is read-only once set.
cache_find_entry_dn2id(), hence, does not require any entry locks.
cache_find_entry_id() must do a entry_rdwr_trylock() and back
off if busy.
Add new rdwr lock code with trylock() functionality.
Implement entry_rdwr_trylock().
1999-02-04 18:00:50 +00:00
..
ldapd Remove configure's wait3 test as we don't care about the rusage. 1999-01-23 04:03:43 +00:00
slapd Fix dbcache/entry lock deadlock. If dbcache lock is held, it's 1999-02-04 18:00:50 +00:00
slurpd Use -lldap_r instead of -lldap -lthread. 1999-01-28 04:34:55 +00:00
Makefile.in merged with autoconf branch 1998-10-25 01:41:42 +00:00