You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2022/10/10 16:14:31 UTC

[GitHub] [couchdb] nickva commented on pull request #1182: fixed race is_idle

nickva commented on PR #1182:
URL: https://github.com/apache/couchdb/pull/1182#issuecomment-1273544831

   With Erlang 23+ we do have access to atomics so perhaps this could revived using that. That idea would be to keep an atomic ref in the couch_server `entry...` and then http://www.erlang.org/doc/man/atomics.html#compare_exchange-4 to handle the decref/incref locks and retries.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org