On Mon, Oct 5, 2009 at 11:51 AM, MarkSwanson <mark.swanson...@gmail.com>wrote:

> On Oct 5, 2:45 am, ngocdaothanh <ngocdaoth...@gmail.com> wrote:
> > I think it is not "spawn about 20K agents / second", it is 20K message
> > passings / second. The number is about that of Erlang.
>
> As Clojure uses a thread pool for agents I agree 'spawn' was the wrong
> word. Thanks for the correction.


Some confusion here may also be from the subject line. It mentions send-off,
which actually can spawn unlimited numbers of new threads. Regular send
doesn't, using a fixed thread pool instead.

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

Reply via email to