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
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
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