-
- Downloads
cache: implement try_again loop if cache entry is not ready.
id2entry: when an error occurs attempting to insert fetched entry into cache, check to see if entry was added by another thread. If so, return the entry added by the other thread. The concurrency tests now run without the dreaded "no such object" error messages!
Showing
- servers/slapd/back-bdb2/cache.c 9 additions, 5 deletionsservers/slapd/back-bdb2/cache.c
- servers/slapd/back-bdb2/id2entry.c 10 additions, 1 deletionservers/slapd/back-bdb2/id2entry.c
- servers/slapd/back-ldbm/cache.c 8 additions, 5 deletionsservers/slapd/back-ldbm/cache.c
- servers/slapd/back-ldbm/id2entry.c 9 additions, 1 deletionservers/slapd/back-ldbm/id2entry.c
Loading
Please register or sign in to comment