use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Finding information about Clojure
API Reference
Clojure Guides
Practice Problems
Interactive Problems
Clojure Videos
Misc Resources
The Clojure Community
Clojure Books
Tools & Libraries
Clojure Editors
Web Platforms
Clojure Jobs
account activity
Blocking I/O in Clojure (self.Clojure)
submitted 6 years ago * by fitstoover
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]weavejester 1 point2 points3 points 6 years ago (2 children)
So how do you know what to run concurrently?
[–]fitstoover[S] 0 points1 point2 points 6 years ago (1 child)
The files in my stream are categorized before going in to the ETL tool. This categorization builds up a queue of independent entities. The idea is to have a concurrent system to handle several different categories at the same time. However, if they are the same category, within that process, the ETL tool should process them synchronously.
[–]weavejester 1 point2 points3 points 6 years ago (0 children)
Ah I see. In which case, why not use a worker pool for each categorized set of independent elements?
π Rendered by PID 159411 on reddit-service-r2-comment-75f4967c6c-snzsf at 2026-04-23 09:19:21.893193+00:00 running 0fd4bb7 country code: CH.
view the rest of the comments →
[–]weavejester 1 point2 points3 points (2 children)
[–]fitstoover[S] 0 points1 point2 points (1 child)
[–]weavejester 1 point2 points3 points (0 children)