Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/python/312.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
使用Python编写FCGI的HTTP Web服务器?_Python_Http_Webserver - Fatal编程技术网

使用Python编写FCGI的HTTP Web服务器?

使用Python编写FCGI的HTTP Web服务器?,python,http,webserver,Python,Http,Webserver,对于一个项目,我需要一个PythonWebServer(必要时可以使用C模块)。 运行时的基本http服务器非常简单——至少我需要一些遗留模块的FCGI兼容性 有没有其他独立服务器没有完全连接到某个框架,比如ZopeWebServer 性能并不是很重要。可以做到。您可以查看以下内容以及下面提到的twisted,twisted也支持fastcgi 这些都是用于Web服务器的适配器,但最高优先级是Web服务器本身使用python,因为我需要对Web服务器进行黑客攻击,所有这些都是实验性的东

对于一个项目,我需要一个PythonWebServer(必要时可以使用C模块)。 运行时的基本http服务器非常简单——至少我需要一些遗留模块的FCGI兼容性

有没有其他独立服务器没有完全连接到某个框架,比如ZopeWebServer


性能并不是很重要。

可以做到。

您可以查看以下内容以及下面提到的twisted,twisted也支持fastcgi


这些都是用于Web服务器的适配器,但最高优先级是Web服务器本身使用python,因为我需要对Web服务器进行黑客攻击,所有这些都是实验性的东西,编写lightppd/apache模块非常复杂。