The very fact that there has been no reply to this for five days may mean 
something. I can personally attest to STM being very difficult to put to 
real-life use because there is always that one thing you absolutely need 
for your problem, that is mutable and not transactional. Most of the time 
it will have to do with an existing Java library, JDK not excluded. The 
property of STM that it is an all-or-nothing commitment has been a 
show-stopper for me every time I tried to use it.

My guess is, if your task is something purely computational and amenable to 
massive parallelization, you may have a go with STM; if it's just about 
business logic accessible concurrently by many clients, you won't find it 
workable.

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