[Memcacheddotnet-devel] no write locks?
Status: Beta
Brought to you by:
timiscool999
From: John S. <joh...@gm...> - 2007-11-12 22:08:29
|
Hi, Looking at the client code there doesn't seem to be any object locking/concurrency checking. Wondering if this is on purpose and left as an exercise for specific implementations? For example, in the middle of a thread calling set() on a large object, what prevents the half updated object from being fetched by another reader thread? Are there locks on memcached? (win32 port) Thanks, John |