digitalmars.D - [Q]STM with Strict ordering for Grid applications
- vladp (18/18) Apr 29 2012 hello, first message here.
hello, first message here. Just started learning about D Looking to see if D can be used as 'System language for Grid computing' Specifically for building up distributed coordinated services such as distributed File systems/etc. One specific thing I am looking for is Clojure avout like Software transaction memory system (distributed). Where strict ordering and multiversion updates are implemented across nodes in a grid I have searched for this in D forums/libraries but could not find (saw asynchronous process libs, but not STM) the two bits of info on the above are (to help to clarify what I am looking for) Bartosz talk on STM http://video.google.com/videoplay?docid=7930525486054122558 http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.135.7772 thank you in advance for any pointers
Apr 29 2012