AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
Loom: A Thread Pool and Executor
Loom is just a thread pool and an executor. It's the way we do it in Tomcat. One caveat that probably is worth mentioning is if applications are using things like thread locals, those might not give you the benefits you're expecting with Loom. If you're using thread local as a proxy for what's effectively CPU core cash, then that's not really going to work with virtual threads. You really need to. Because it would be four hours one to one.