Hi, I'm updating the documentation for Clojuratica and want to make sure I have the difference between send and send-off right.
Could someone in the know tell me if the following is accurate and complete? "Send" updates its agent using a thread from a limited thread pool. The > threads are recycled, and at a certain point "send" will wait for a thread > from the thread pool to become available rather than create a new thread. > "Send-off" always creates a new thread when there are no idle threads in the > thread pool. "Send-off" can therefore create an arbitrarily large number of > threads, possibly eating up all the JVM's memory. Thanks. Garth http://clojuratica.weebly.com/ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---