#49164 Change seq_cst to acq/rel on __atomic in nunc_stans
Closed: wontfix 7 years ago Opened 7 years ago by firstyear.

Issue Description

We were using seq_cst in nunc-stans as a poc. However, we can correctly use acq/rel semantics as we have no other dependent variables on the atomics for shutdown. Changing this has allowed ns to now reach 3985 connections per second with the mutex based queue. I am yet to test the lock free variant.


Metadata Update from @firstyear:
- Custom field reviewstatus adjusted to new
- Custom field type adjusted to defect

7 years ago

Metadata Update from @firstyear:
- Custom field reviewstatus adjusted to review (was: new)

7 years ago

Metadata Update from @firstyear:
- Issue assigned to firstyear

7 years ago

Metadata Update from @mreynolds:
- Custom field reviewstatus adjusted to ack (was: review)

7 years ago

commit d392f42446990ed9c3c40db4912292cbbb0a27a9
To ssh://git@pagure.io/389-ds-base.git
8dbfff1..b1b0574 master -> master

Metadata Update from @firstyear:
- Issue close_status updated to: fixed
- Issue status updated to: Closed (was: Open)

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/2223

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