"Effective" is in the eye of the beholder.  The 1024 limit helps surface 
bugs wherein more than a thousand threads are blocked for lack of a certain 
channel's buffer space.  But the 1024 limit does not pertain if 1 thread 
would like to do thousands of puts for which there is no buffer space.  In 
the latter case, that thread is in a loop that does 1 put at a time, and 
therefore only 1 put, at any given moment, counts against the 1024 limit.

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/clojure/844b72c4-71a3-43a9-b3bc-41c56922f3b2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to