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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
