Re: core.async: communicating termination

2013-10-03 Thread mstump
> > This brings up another issue: Currently writing to a closed channel is a > no-op, but it probably should throw an exception. Similarly, closing a > closed channel is a no-op, but also probably should throw an exception. > Both are things that a well behaved sender should never do, since th

Re: Clojure Sticker

2012-06-18 Thread mstump
+1 -- 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 cl

What are people using for distributed workers?

2012-06-25 Thread mstump
I'm curious as to what people are using for workers/queues. We're currently using storm, but im interested in evaluating alternatives. Things I like about storm: * Upload a jar and it automatically distributes the code to all worker nodes. * Easy to write/reuse topologies without horribly distor