What matters is the I/O framework. You'll want to use a non-blocking 
network library, then you should be able to use `send` rather than 
`send-off`. `send` uses a fixed-size thread pool for all Agents in the 
system.

That said, while I believe Agents are a suitable solution to this problem, 
they have not been extensively tested at high load in production 
applications. I recommend profiling and benchmarking with your expected 
workload to see if Agents will provide the features you need.

-S

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