【发布时间】:2013-01-26 22:27:33
【问题描述】:
以下讨论已经成功地说明了非阻塞网络服务器不会对传统网络应用程序有任何好处/更好。
Django is not asynchronous, so running Django in Tornado will remove most of the performance benefits you might get from Tornado.
Play框架中存在nonblocking model,但它对Web服务器没有任何特殊要求(它给我的印象是任何tomcat或jetty都可以工作,不支持Tornado's非阻塞模型他们自己)。我的问题是:像 Tomcat 这样的传统 Web 服务器如何让 Play 这样的非阻塞 Web 框架受益?
【问题讨论】:
标签: django web-applications playframework-2.0 jetty tornado