Contains two alternative implementations of a HTTP daemon. {@link com.tagtraum.perf.httpd.Httpd} uses the old I/O api, while {@link com.tagtraum.perf.httpd.NIOHttpd} uses the new I/O api.