Twisted Web

来自开放百科 - 灰狐
(版本间的差异)
跳转到: 导航, 搜索
 
第1行: 第1行:
[[Image:Example.jpg|right|Twisted Web's Structure]]
+
[[Image:twisted-web-overview.png|right|Twisted Web's Structure]]
  
 
Twisted Web is a web application server written in pure Python, with APIs at multiple levels of abstraction to facilitate different kinds of web programming.
 
Twisted Web is a web application server written in pure Python, with APIs at multiple levels of abstraction to facilitate different kinds of web programming.

2007年2月22日 (四) 13:18的版本

Twisted Web's Structure

Twisted Web is a web application server written in pure Python, with APIs at multiple levels of abstraction to facilitate different kinds of web programming.

When the Web Server receives a request from a Client, it creates a Request object and passes it on to the Resource system. The Resource system dispatches to the appropriate Resource object based on what path was requested by the client. The Resource is asked to render itself, and the result is returned to the client.

http://twistedmatrix.com/projects/web/

分享您的观点
个人工具
名字空间

变换
操作
导航
工具箱