首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > Python > 万能的Web服务器

万能的Web服务器

  • 资源大小:8.30 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: python http webserver epoll

资 源 简 介

Magnum is a pure python HTTP server that is fast and efficient with resources. It is ideal for serving dynamic python-generated pages. Features: Written in pure python Elegant, extensible and customizable No connectors needed to serve python web applications such as Django Event-driven non-blocking socket I/O (epoll for Linux, kqueue for BSD) Can handle many simultaneous keep-alive connections to minimize latency Works well with slow clients Much faster than apache prefork and worker models Multi-process queue-based worker pool Shuns the one-thread-per-request paradigm to ensure system resources are available Uses python 2.6"s multiprocessing features to divide up labor and manage resources efficiently Minimal collateral damage when under heavy load Shared memory pool Great for maintaining large per-machine in-memory c

文 件 列 表

magnum
http
__init__.py
serve.py
config.py
shared.py
README
ipc.py
VIP VIP
0.184280s