On 3 March 2011 10:25, finbeu <[email protected]> wrote: > But how do I notify my working threads that the cache was updated? Are > there some (clojure) patterns that I can use?
Presumably you're starting your worker processes to avoid the overhead of starting a new thread each time? In which case, a better solution may be to use a thread pool instead. - James -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
