lock « memcached « Java Database Q&A





1. Guaranteed memcached lock    stackoverflow.com

So, I'm trying to implement a distributed lock using memcached and add()'s store only if does not exist contract (Java & spymemcached, but applicable in any language of course). Of course, ...