zoukankan      html  css  js  c++  java
  • 列举一些常见的Python HTTP服务器

    要使 Python 写的程序能在 Web 上被访问,还需要搭建一个支持 Python 的 HTTP 服务器。下面列举一些常见的 Python HTTP 服务器,以及它们目前的大致发展情况,以便用户的对比选择:

    NameVersionhttp 1.1FlavourRepo.Community
    Gunicorn 0.6.4 No processor/thread GIT #gunicorn
    uWSGI Trunk (253) Yes processor/thread repo Mailing List
    FAPWS3 0.3.1 No processor/thread GIT Google Groups
    Aspen 0.8 No processor/thread SVN Google Groups
    Mod_WSGI 3.1 Yes processor/thread SVN Google Groups
    wsgiref Py 2.6.4 No processor/thread SVN Mailing List
    CherryPy 3.1.2 Yes processor/thread SVN Planet, IRC
    Magnum Py 0.2 No processor/thread SVN Google Groups
    Twisted 10.0.0 Yes processor/thread SVN Community
    Cogen 0.2.1 Yes callback/generator SVN Google Groups
    GEvent 0.12.2 Yes lightweight threads Mercurial Google Groups
    Tornado 0.2 Yes callback/generator GIT Google Groups
    Eventlet 0.9.6 Yes lightweight threads Mercurial Mailinglist
    Concurrence tip Yes lightweight threads GIT Google Groups

    比较有名的大概就这些,接下来我们会慢慢探讨一些用得比较广的 HTTP 服务器的使用方法。

  • 相关阅读:
    Training: WWW-Robots
    Training: Stegano I
    Encodings: URL
    利用Nginx实现域名转发 不修改主机头
    C++删除目录和复制目录函数
    获取文件大小的函数
    日志打印函数
    拉起上级目录程序
    安卓TabHost页面
    有趣的人形时钟
  • 原文地址:https://www.cnblogs.com/timssd/p/4735414.html
Copyright © 2011-2022 走看看