
Http::server::simple is a simple standalone http server. by default, it does not thread or fork. it does, however, act as a simple frontend which can be used to build a standalone web-based application or turn a cgi into one. (it is possible to use net::server to get threading, forking, preforking, etc.)