Dinamically add apps to the uWSGI server
You can start the uWSGI server without configuration files.
To load new application you can use variables in the uwsgi packet.
UWSGI_SCRIPT
in this variable you can pass the name of a wsgi script that define an 'application' callable
or
UWSGI_MODULE and UWSGI_CALLABLE
put the name of the wsgi module and the name of the callable of your app
Dynamic apps are officially supported on cherokee,nginx, cgi_dynamic and are easily addable to the tomcat and twisted handlers.
