Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
自发布以来,使用HttpUwsgiModuleNGINX 控制 uWSGI 已经变得非常流行。
HttpUwsgiModule
不过我想知道,与使用 NGINX 作为 uWSGI 应用程序的反向代理相比,它有什么优势?
两个不同用例的收益和损失是什么?
简而言之,当你使用HttpUwsgiModuleNGINX时uwsgi protocol,它可以省去无用的引导信息,http protocol从而减少开销,从而获得更好的性能。
uwsgi protocol
http protocol