Хабр Курсы для всех
РЕКЛАМА
Практикум, Хекслет, SkyPro, авторские курсы — собрали всех и попросили скидки. Осталось выбрать!
uWSGI features a pluggable architecture that can be expanded to handle different languages and platforms. Plugins can be developed in Objective-C, C, and C++. Components included in the latest release include:
- Loop engines that handle concurrency and events. Supported technologies include Greenlet, Gevent, and Tornado, among others.
- The Core, which handles socket creation, process management, cluster membership, logging, configuration, ipc, shared memory, and the uWSGI Subscription Server.
- Gateways which activate proxies, load balancers and routers.
- Request plugins to handle application server interfaces for many different platforms including PHP, CGI, and Rack.
An extensive and constantly evolving project, uWSGI allows you to do a lot more than host web apps. Many find it a powerful tool while others consider it somewhat bloated. Ongoing uWSGI development is handled by Unbit, an ISP based in Italy.
CGI разрастался из-за поддержки огромного количества языков и из-за отсутствия других решений.
Введение в WSGI-серверы: Часть первая