memcached-providers
memcached-providers copied to clipboard
When using SessionProvider with > 1000 ops per second results in high CPU utilization.
Is it necessary to use CAS for the SessionProvider as it seems to increase CPU load on the Couchbase cluster?
actually this is just an unsupported proof of concept, you can change it to a simple set if you wish.
however, you might run into issues when the same session is changed from several places in the same time.
On Apr 25, 2013, at 6:04 PM, Raine Lightner [email protected] wrote:
Is it necessary to use CAS for the SessionProvider as it seems to increase CPU load on the Couchbase cluster?
— Reply to this email directly or view it on GitHub.