[OT] minimalist web server

Daniel Fetchinson fetchinson at googlemail.com
Sat Dec 1 21:35:08 EST 2007


Hi list,

This is waaaaay off topic but maybe somebody knowledgeable can help.

I'm looking for the most minimalist web server ever that does nothing
else than return a fixed static page for every request. Regardless of
what the request is, it just needs to be an HTTP request to port 80,
the web server should return always the same html document. What would
be the best choice for this? The goal is of course to minimize system
resources in terms of memory, cpu, etc, etc.

Cheers,
Daniel



More information about the Python-list mailing list