On 17 Dec, 2010, at 15:31 , nicolas.o...@gmail.com wrote:

> I have a complex dependency graph between the used agents, so it is
> difficult to compute the p-agent I want.
> (They are actually launched by watchers on the agents itself.)
> 
> After thought,  agents may not be what I need. I may try to use
> Fork/Join instead...

How about futures? They are in clojure.core and can be used for much the same 
purposes as Fork/Join, unless your individual tasks are so small that the 
performance advantage of Fork/Join makes a difference.

Konrad.



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