Let each request carry the callback channel. It is then the requestor's 
option to reuse a channel for multiple requests or to open one for each 
request or some combination.

For example, some requests might get a lot of responses and the requestor 
may need to close the channel before getting them all. Obviously in this 
case you would want the request to have its own dedicated channel.

In general I'd start with one channel per request and then optimize as 
needed. :-)

-- 
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 unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to