Fork me on GitHub
#ring
<
2021-06-24
>
Viktor08:06:51

hmm thanks @emccue but seems that’s more about the server accepting many connections and queuing them - in this case I just want to limit the number of threads being worked on at the same time. (jetty apparently has acceptor, selector and worker threads, and I wanna limit the worker threads specifically).

Viktor08:06:50

Really makes me happy to be coding in clojure when you try to figure out these java monsters with insane amounts of xml, inheritance and abstraction for everything