Virtual vs platform performance at 10K HTTP requests
Alan Bateman
alan.bateman at oracle.com
Wed Nov 26 09:33:26 UTC 2025
On 26/11/2025 00:25, Robert Engels wrote:
> Your platform test is limiting to at most 4 outstanding requests.
I assume it also benefits from being able to use HTTP persistent
connections.
The benchmark using virtual threads is very different, it tries to
establish 10k connections in a burst. Do you know what connection
backlog is used by Tomcat? It may require adjusting net.core.somaxconn
(kern.ipc.somaxconn on macOS) and other settings. ~8100 may be 8k and
maybe there is something in the Tomcat or Spring connection that
controls this.
-Alan
More information about the loom-dev
mailing list