以下讨论已经成功地说明了非阻塞 Web 服务器不会对传统 Web 应用程序有任何好处/更好。
在 Tornado Web 服务器上运行 Django 以获得 async + django admin + django orm 可能性的最佳方法是什么?
Django is not asynchronous, so running Django in Tornado will remove most of the performance benefits you might get from Tornado.
Play 框架中存在非阻塞模型,但它对 Web 服务器没有任何特殊要求(它给我的印象是任何 tomcat 或码头都可以工作,它本身不支持Tornado 的非阻塞模型)。我的问题是:像 Tomcat 这样的传统 Web 服务器如何使 Play 这样的非阻塞 Web 框架受益?