I have started looking at the LMAX disruptor for event processing. It is an interesting model.
Take a look if you are interested. clojars [clj-disruptor "0.0.1"] github https://github.com/davesann/clj-disruptor There are some links to doco in the description on github An interesting aspect of the disruptor model is that the events in the ring buffer are intentionally mutable. The sequencing of processing and event handlers is controlled to avoid conflict without locking. D -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
