On Sep 25, 2007, at 15:48 , [EMAIL PROTECTED] wrote:

I am using memcached as a form of transactional memory for a
distributed statistical datamining application, and I'm in desperate
need of an atomic append or atomic xor operation.

We've got some code floating around that may make it into the next release that implements an atomic CAS. I wouldn't expect it to perform as well as an atomic xor, but it's a more general abstraction upon which an atomic xor would be pretty easy to implement.

--
Dustin Sallings


Reply via email to