nxweb 是采用 Python 和 C 编写的快速而且轻量级的 Web 服务器软件。
特性:
性能优异
可处理数千并发
内存占用小
事件驱动、多线程模型
代码量小
简单的 C API
体面的 HTTP 协议处理
支持 keep-alive 连接
支持 chunked 请求和响应
支持 SSL (via GNUTLS)
支持 HTTP proxy (with keep-alive connection pooling)
支持文件缓存
cached content can be served when backend is unavailable
非堵塞 sendfile 支持 (with configurable small file memory cache)
cacheable gzip content encoding
cacheable image thumbnails with watermarks (via ImageMagick)
basic server-side includes ( SSI )
templating engine with page inheritance
subrequests
integrated Python interpreter and WSGI-server
modular design for developers
can be run as daemon; relaunches itself on error
open source
性能比较: