* work in progress *

Deployment of WSGI applications

One of the benefits of WSGI is that once you have a WSGI application you can deploy it under very different HTTP servers and using different technologies, and the application doesn't need to know the difference. Here are some possible scenarios:

Deployment (last edited 2008-09-09 12:14:44 by localhost)