Reattore
Reattore is a simple single threaded HTTP server written in Java. Unlike most Java server applications, Reattore uses the socket channel features added in Java 1.4 to serve all requests from one thread, instead of spawning each request off to a new thread. In theory this provides better performance and allows the system to degrade well under high load.
Metadata
Category: Web Servers
License: GNU General Public License (GPL)
Homepage: http://reattore.sourceforge.net/
Sponsored Ad