#507 use mutex for FrontendConfig lock instead of rwlock
Closed: wontfix None Opened 11 years ago by rmeggins.

The FrontendConfig rwlock is heavily contended according to systemtap analysis - rwlocks perform poorly when heavily contended - allow the use of a simple mutex to see if this improves performance


git merge ticket507
Updating 49b7b66..e539734
Fast-forward
ldap/servers/slapd/daemon.c | 8 ++++----
ldap/servers/slapd/libglobs.c | 14 ++++++++++----
ldap/servers/slapd/slap.h | 16 ++++++++++++++--
3 files changed, 28 insertions(+), 10 deletions(-)

[mareynol@localhost ds]$ git push origin master
Counting objects: 15, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (8/8), done.
Writing objects: 100% (8/8), 1.23 KiB, done.
Total 8 (delta 6), reused 0 (delta 0)
To ssh://git.fedorahosted.org/git/389/ds.git
49b7b66..e539734 master -> master

Metadata Update from @mreynolds:
- Issue assigned to mreynolds
- Issue set to the milestone: 1.3.0

7 years ago

389-ds-base is moving from Pagure to Github. This means that new issues and pull requests
will be accepted only in 389-ds-base's github repository.

This issue has been cloned to Github and is available here:
- https://github.com/389ds/389-ds-base/issues/507

If you want to receive further updates on the issue, please navigate to the github issue
and click on subscribe button.

Thank you for understanding. We apologize for all inconvenience.

Metadata Update from @spichugi:
- Issue close_status updated to: wontfix (was: Fixed)

3 years ago

Login to comment on this ticket.

Metadata