Re: Agent action queuing is asynchronous.

2011-04-15 Thread André Caron
ding that Clojure won't support Java 7 for awhile. > > Cheers, > Ivan. > > > On 15 April 2011 02:13, André Caron wrote: > >> After further analysis, I don't think this is globally a good >> strategy. >> >> I looked into a solution with a "

Re: Agent action queuing is asynchronous.

2011-04-14 Thread André Caron
... By the way, this is all for an open source project. I've got the basic parts working, but it's still under heavy architectural changes. As soon as version "0.1" is decent, I'll push the repository to GitHub and notify you guys. Regards, André Caron On Apr 14, 5:58 pm

Agent action queuing is asynchronous.

2011-04-14 Thread André Caron
sic polling lose/lose situation, where I need to decide on the polling frequency: too few polls and suffer latency, too many polls and slow down the whole machinery. Does anyone have any better ideas, or can `send`/`send-off` be made to actually queue the actions synchronously such that they a