ring

Viktor 2021-06-24T08:12:51.027800Z

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).

Viktor 2021-06-24T08:13:50.028900Z

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