memcached-providers icon indicating copy to clipboard operation
memcached-providers copied to clipboard

When using SessionProvider with > 1000 ops per second results in high CPU utilization.

Open rlightner opened this issue 11 years ago • 1 comments

Is it necessary to use CAS for the SessionProvider as it seems to increase CPU load on the Couchbase cluster?

rlightner avatar Apr 25 '13 16:04 rlightner

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.

enyim avatar Apr 25 '13 21:04 enyim