The second maintainance release for uWSGI 0.9.7 is available. It includes a couple of amazing features that will push you to this new release if you are still under 0.9.6
* 0.9.7.2 [20110406] - new option --touch-reload <file> to reload the stack on <file> modification - --static-map <mountpoint=documentroot> allows to serve static files Example: static-map = /media=djanco/contrib/admin/media - fixed --post-limit management - disallow empty socket names - implemented exception_info WSGI support (trac users will finally see errors in their logs) - new options --reload-on-as <n> and --reload-on-rss <n> allows to recycle workers when their memory usage is higher than <n> MB two of the most needed functions, use them whenever possibile to maintain your hardware healthy - fixed syslog support (use --log-syslog[=facility] to enable it) - improved plugin loading system - added support for RabbitMQ as event dispatcher for the Emperor look at the updated Emperor documentation http://projects.unbit.it/uwsgi/wiki/Emperor - fixed FreeBSD memory report - PSGI plugin can be compiled without ithreads - various Emperor fixes - fixed a regression with setgroups() - support for shared sockets (used in jails within network namespaces) You can download it from http://projects.unbit.it/downloads/uwsgi-0.9.7.2.tar.gz or pip install uwsgi or easy_install uwsgi -- Roberto De Ioris http://unbit.it _______________________________________________ Cherokee mailing list [email protected] http://lists.octality.com/listinfo/cherokee
