>
> 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
+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
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