by Roberto De Ioris for EuroPython 2012
Running a single WSGI app on a server is an easy task (independently by the choosen server), but hosting hundreds of unreliable apps is the key to wisdom. uWSGI is an advanced application server container, mainly used for WSGI apps hosting. Nginx is a fast and lightweight webserver. The talk will show how to use both to build a huge farm of independent applications with the minimal amount of hardware resources and (obviously) with the minimal amount of human intervention.
is there a copy of the slides somewhere?