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 <[email protected]> wrote: > On Mon, Feb 28, 2011 at 12:31 PM, Zlatko Josic <[email protected]> > 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 [email protected] > Note that posts from new members are moderated - please be patient with > your first post. > To unsubscribe from this group, send email to > [email protected] > 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 [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
