This is extremely cool!

Some questions:

1. What, besides full buffers, would cause the message to be dropped?
2. What is the practical limit on the size of messages?

I'm trying to understand if manual ack'ing is necessary for say a
map-reduce type distributed application.

If manual ack'ing is truly necessary, then the temptation is to make
the message size bigger so as to reduce the overhead.

In general is hard to understand how its possible to guarantee
delivery of the parts of the message, but not of the message itself.

thanks!















On Fri, May 9, 2014 at 1:27 PM, Timothy Baldridge <tbaldri...@gmail.com> wrote:
> Although still in pre-1.0, I'm happy enough with a library I've been working
> on to make an official release.
>
> Hermod is a network-aware message passing library built on core.async. The
> details are best explained by the project's README:
>
> https://github.com/halgari/com.tbaldridge.hermod
>
> There are most likely some bugs still left, but give it a whirl and let me
> know what you think.
>
> Thanks,
>
> Timothy Baldridge
>
> --
> 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
> clojure+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en
> ---
> You received this message because you are subscribed to the Google Groups
> "Clojure" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to clojure+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
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
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to