Comment My Java-based server results (Score 1) 502
I have a web server which I built from scratch in Java (even built my own Stream buffers). The web server is currently being used to serve http://art.othernet.com/ in addition to some other websites.
Benchmarking my server using the same schedtool/ab parameters, spits out 5896 requests/second.
This is including dynamic html generation.