bjoern is a screamingly fast, ultra-lightweight asynchronous WSGI server for CPython, written in C using Marc Lehmann's high performance libev event loop and Ryan Dahl's http_parser.
bjoern aims to be small, lightweight and very fast.
* less than 800 SLOC (Source Lines Of Code)
* memory footprint smaller than a megabyte
* no threads, coroutines or other crap
* apparently the fastest WSGI server out there
* 100% WSGI compliant (except for the write callback design mistake)
Product's homepage
Requirements:
· Python