On Sep 29, 10:04 am, "Abhinav Gupta" <[EMAIL PROTECTED]> wrote: > I am planing to use memcached for a high traffic website.
They all do. :) > i need to increase the value of a particular key, using increment function. > is that safe if many users try to increment it, in same time. Yes, of course. It wouldn't be very useful otherwise. I'd recommend you write your own experiments, though if you want to really feel safe about it. It'd be easy enough to write a test that proves that memcached provides the behavior that you want that you might as well go ahead and do the test. Start with n clients doing m increments concurrently and make sure the value increases n*m.
