On 18.04.2009, at 01:59, Raoul Duke wrote: > anybody have experience with / opinions / thoughts / feelings on > skeletons (design patterns) for concurrency? > > e.g. http://camlp3l.inria.fr/eng.htm > > might the approach be useful even with STM?
Yes. Skeletons are in principle no more than control flow abstractions, like reduce or map but more complex because of the parallelization aspect. An STM could be used to implement skeletons. For a good introduction to Skeletons, look at this article: http://www2.computer.org/portal/web/computingnow/0409/whatsnew/cise Konrad. --~--~---------~--~----~------------~-------~--~----~ 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 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 -~----------~----~----~----~------~----~------~--~---