Re: Tomcat Virtual Threads Performance

2025-01-21 Thread Owner
Hi Maxim, https://postimg.cc/N9n8CQW7 there you go! Do let me know if it's not up :) Regards Andy On Tue, Jan 21, 2025 at 6:30 PM Maxim Solodovnik wrote: > your image was dropped :(( > please use some image image service and provide the URL here :)) > > On Tue, 21 Jan 202

Tomcat Virtual Threads Performance

2025-01-21 Thread Owner
Hey Tomcat, Andy here. I'm not sure if this is the place to ask this question, but I wanted to check regarding performances of virtual threads vs using a conventional worker thread pool. I set up an endpoint with a CPU task of calculating factorials like the below: @GetMapping("/fullCPU") pu