article thumbnail

One million HTTP RPS without load balancing is easy

TechEmpower

Undertow is the lightweight Java web application server used in WildFly. Here''s the code we used for this test: public class ByteHandler implements HttpHandler { private static final String aByte = "a"; @Override public void handleRequest(HttpServerExchange exchange). It just happens to be quite quick at HTTP. send(aByte); } }.

EC2 514