<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Some that follow this list might be interested in the latest release of my httpserver - which is a port of the JDK one - designed for virtual threads (no async, no synchronized blocks) at <a href="https://github.com/robaho/httpserver" class="">https://github.com/robaho/httpserver</a><div class=""><br class=""></div><div class="">It shows nearly 3x performance on the tech empower low-level benchmarks.</div><div class=""><br class=""></div><div class="">I attribute most of the performance gain due to it supporting http pipelining, which I think should be easy to backport in the JDK version. There are some other micro improvements that help quite a bit for these types of tests. As it is, it is able to saturate a 1gbit ethernet link.</div><div class=""><br class=""></div><div class=""><img apple-inline="yes" id="5C040E62-4C31-462C-98BB-7FFCFA970EF7" width="646" height="105" src="cid:DC964EB4-19F4-4127-BED0-46A0E65B868D" class=""></div><div class=""><br class=""></div><div class="">I am in the process of submitting it to Tech Empower as an available framework.</div><div class=""><br class=""></div><div class="">Feel free to reach out with any questions.</div><div class=""><br class=""></div><div class="">Robert</div></body></html>