Remove Class Remove Java Remove Web
article thumbnail

One million HTTP RPS without load balancing is easy

TechEmpower

It''s possible even higher numbers would be reported had we tested a purpose-built static web server such as nginx. Undertow is the lightweight Java web application server used in WildFly. It just happens to be quite quick at HTTP. throws Exception { exchange.getResponseHeaders().put( send(aByte); } }.

EC2 514
article thumbnail

Framework Benchmarks Round 22

TechEmpower

Renowned as one of the leading projects of its kind, it benchmarks the peak performance of server-side web application frameworks and platforms, primarily using tests contributed by the community. btw: xitca-web (bench code not including dependencies) does not do 2,3,5 and still remains competitive in micro bench can be used as a reference.

Framework 410
article thumbnail

Mangling JSON numbers

TechEmpower

The check can be made in one central location, no changes to our view classes or client-side code are required, and it only throws exceptions in the specific cases where our default behavior is wrong. Theoretically we can send it from a Java server to a JavaScript client via JSON and both sides see exactly the same number.