You might find the (totally unsearchable) "work" library to be useful:

https://github.com/getwoven/work


On Feb 28, 11:38 am, Zlatko Josic <zlatko.jo...@gmail.com> wrote:
> Hm. I need something like pool of agents something ilke
> akka framework for scala/java. So I can process more
> messages at once.
>
> Zlaja
>
>
>
>
>
>
>
> On Mon, Feb 28, 2011 at 6:34 PM, Ken Wesson <kwess...@gmail.com> wrote:
> > On Mon, Feb 28, 2011 at 12:31 PM, Zlatko Josic <zlatko.jo...@gmail.com>
> > wrote:
>
> > > First thanks for reply.
> > > if I use only one agent does it mean that the
> > > agent process one message by one?
>
> > Yes. And messages sent from the same thread will be processed in the
> > order that that thread sent them, also.
>
> > --
> > 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 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