Re: Distributed atom :)

2011-02-23 Thread Stuart Sierra
Tim Dysinger did it with Hazelcast: https://github.com/dysinger/apparatus -Stuart Sierra clojure.com -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are mo

Re: Distributed atom :)

2011-02-22 Thread Ken Wesson
On Tue, Feb 22, 2011 at 10:37 PM, Andreas Kostler wrote: > Hello all, > How could one simulate a distributed atom, e.g. a ref that get updated > atomically and thus synchronised in two different processes. > Has anyone thought about this in Clojure before? Well, the simplest and

Distributed atom :)

2011-02-22 Thread Andreas Kostler
Hello all, How could one simulate a distributed atom, e.g. a ref that get updated atomically and thus synchronised in two different processes. Has anyone thought about this in Clojure before? Kind Regards Andreas -- "Programs must be written for people to read, and only incidentall