Python并发框架Pulsar Python.zip
Pulsar-Python 是 Python 的并发框架,它可以在不同的线程或者进程中通过执行一个或者多个活动来写异步服务器。Pulsar-Python 的目标是提供一个构建可扩展网络程序的简单方法。示例代码:def hello(environ, start_response): data = b'Hello World!\n' response_headers = [ ('Content-type','text/plain'), ('Content-Length', str(len(data))) ] start_r
文件列表
Python并发框架Pulsar-Python.zip
(预估有个412文件)
build.cmd
838B
http.h
813B
websocket.h
553B
server.crt
806B
httpbin.conf
2KB
httpbin.css
469B
template.html
264B
websocket.html
2KB
stats.html
2KB
chat.html
2KB
暂无评论