If the OP is looking for an STM for mutable data. this one [1] is being used in 
production in several sites for several years.

[1] http://web.ist.utl.pt/~joao.cachopo/jvstm/


On Jun 3, 2012, at 8:03 PM, Andy Fingerhut wrote:

> Technical-wise, since you asked specifically about the STM implementation, 
> Clojure's STM implementation relies upon most data being immutable, and on 
> all of the mutable things being called out explicitly and known by the STM 
> code (they are all refs, atoms, or agents in Clojure, refs being the most 
> important for the STM implementation).  If your code contained mutable data 
> all over the place, the Clojure STM couldn't provide you the guarantees you 
> wanted from an STM.

-- 
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 moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to