robert engels 82a228956c optimized Java framework based on JDK supplied HTTP server (#9148) 1 سال پیش
..
src 82a228956c optimized Java framework based on JDK supplied HTTP server (#9148) 1 سال پیش
README.md 82a228956c optimized Java framework based on JDK supplied HTTP server (#9148) 1 سال پیش
benchmark_config.json 82a228956c optimized Java framework based on JDK supplied HTTP server (#9148) 1 سال پیش
config.toml 82a228956c optimized Java framework based on JDK supplied HTTP server (#9148) 1 سال پیش
httpserver-robaho-postgres.dockerfile 82a228956c optimized Java framework based on JDK supplied HTTP server (#9148) 1 سال پیش
httpserver-robaho.dockerfile 82a228956c optimized Java framework based on JDK supplied HTTP server (#9148) 1 سال پیش
pom.xml 82a228956c optimized Java framework based on JDK supplied HTTP server (#9148) 1 سال پیش

README.md

httpserver Benchmarking Test

This is an alternative version of the httpserver benchmarking test suite

Package robaho.net.httpserver provides an implementation of com.sun.net.httpserver designed for virtual threads, thus requiring JDK21+.

It can be used with platform threads using a cached thread pool which configures a thread per task, which is more efficient for a small number of clients (embedded systems).

Test Type Implementation Source Code

Important Libraries

The tests were run with:

Test URLs

JSON

http://localhost:8080/json

Plaintext

http://localhost:8080/plaintext

Fortunes

http://localhost:8080/fortunes