
Hi Folks, I'm interested in gathering information about existing STM applications and example code that people might be working on or have lying around. It would be great to maintain a list of such applications and example code on the wiki somewhere, and use it as a resource for learning STM and research into STM implementations. If you have an application using STM, please let us know. If you can supply the code, even better. Similarly if you have some STM code that might be suitable as samples or benchmarks, we'd love to collect it. Thanks! Simon

The HAppS MACID monad runs on top of STM. It is open source and available via darcs at http://happs.org http://Pass.net is a production application that uses this infrastructure. The source ofr pass.net is available via darcs get http://pass.net/s/repo Hope that helps. -Alex- On Tue, 13 Jun 2006, Simon Marlow wrote:
Hi Folks,
I'm interested in gathering information about existing STM applications and example code that people might be working on or have lying around. It would be great to maintain a list of such applications and example code on the wiki somewhere, and use it as a resource for learning STM and research into STM implementations.
If you have an application using STM, please let us know. If you can supply the code, even better. Similarly if you have some STM code that might be suitable as samples or benchmarks, we'd love to collect it.
Thanks!
Simon _______________________________________________ Glasgow-haskell-users mailing list Glasgow-haskell-users@haskell.org http://www.haskell.org/mailman/listinfo/glasgow-haskell-users
______________________________________________________________ S. Alexander Jacobson tel:917-770-6565 http://alexjacobson.com

On 6/13/06, Simon Marlow
Hi Folks,
I'm interested in gathering information about existing STM applications and example code that people might be working on or have lying around. It would be great to maintain a list of such applications and example code on the wiki somewhere, and use it as a resource for learning STM and research into STM implementations.
If you have an application using STM, please let us know. If you can supply the code, even better. Similarly if you have some STM code that might be suitable as samples or benchmarks, we'd love to collect it.
Conjure (a bittorrent client) is using STM quite heavily. It isn't usable as a whole but it has some interesting parts. Darcs repository: http://darcs.haskell.org/~lemmih/conjure/ -- Friendly, Lemmih
participants (3)
-
Lemmih
-
S. Alexander Jacobson
-
Simon Marlow