Welcome! Log In Create A New Profile

Advanced

[ANNOUNCE] uWSGI 0.9.7.1

March 26, 2011 05:08AM
The first maintainance release of uWSGI 0.9.7 is available

- fixed/improved python stackless support

http://projects.unbit.it/uwsgi/wiki/AsyncSupport#SuspendResume

- added persistence for queue

add --queue-store <file>

- forbid daemonizing in vassal mode

without this fix emperor will lose connection with vassals

- modifier1 30 is available again

this is nginx specific

- allow python modules to be mapped/aliased via http

http://projects.unbit.it/uwsgi/wiki/PymoduleAlias

now you can do

--pymodule-alias myapp.settings=http://mydomain/mymodule

- added --pidfile2 and --logfile-chown

pidfile2 will generate the pidfile after privileges drop
logfile-chown will change the owner of the logfile if --uid/--gid
are used

- added UWSGI_CACHE_GET dynamic variable

check in the uWSGI cache before passing request to the specific handler

- 304/If-Modified-Since support for --check-static

static file serve mode now supports this http header

- option --check-cache for integrated caching

works in the same way as UWSGI_CACHE_GET, but optimized for
situations where cache miss are higher that cache hit

- option --map-socket to assign specific workers to socket

If you have 8 workers and 3 sockets you can distribute requests:

--map-socket 0:1,2,3
--map-socket 1:4,5,6
--map-socket 2:7,8

this will map the first socket to workers 1,2 and 3, the second one to 4,5
and 6 and the third to 7 and 8.

This feature is very useful for QoS in multiapp mode or to dedicate
resources to a specific app

- fixed unix fd passing on older OSX versions
- fixed post-buffering without pep3333-input
- fixed python threading without uwsgi cores
- support for Linux network namespace

if you add --namespace-net the jail will be created in a new network
namespace

- build with sys.abiflags if necessary

You can download it from

http://projects.unbit.it/downloads/uwsgi-0.9.7.1.tar.gz

or

pip install uwsgi

Thanks for yor support


--
Roberto De Ioris
http://unbit.it

_______________________________________________
nginx mailing list
nginx@nginx.org
http://nginx.org/mailman/listinfo/nginx
Subject Author Posted

[ANNOUNCE] uWSGI 0.9.7.1

roberto March 26, 2011 05:08AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 231
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready