Hello.

I am using the latest, 1.0rc1, and have no problems.

André

On Nov 7, 2012, at 2:55 PM, David Montgomery <[email protected]> wrote:

> Hi,
> 
> Awesome.  What gevent versions are compatible with uWSGI gevent loop?
> 
> Currently I an installing using this method on ubuntu 64.  I would like to 
> upgrade since any improvement with gevent and non blocking are critical.  I 
> do recall an issue with trying to use gevent 1.3.
> 
> wget http://gevent.googlecode.com/files/gevent-1.0b2.tar.gz
> tar -xvf gevent-1.0b2.tar.gz
> cd gevent-1.0b2
> python setup.py install
> cd ..
> sudo UWSGI_PROFILE=gevent pip install --upgrade 
> http://projects.unbit.it/downloads/uwsgi-lts.tar.gz
> 
> 
> On Wed, Nov 7, 2012 at 9:47 PM, Roberto De Ioris <[email protected]> wrote:
> Hi everyone, the first release candidate of the upcoming 1.4-LTS is available.
> 
> The most relevant feaures are the "new generation" http/https-router and 
> fastrouter, Go support and gevent improvements.
> Lot of optimizations have been made too.
> 
> This release includes a new building system being able to distribute 
> compilation on all of your cpu cores.
> 
> * 1.4-rc1 Changelog [20121107]
> 
> - gevent improvements (truly non-blocking wsgi.input, truly non-blocking 
> writes...)
> - improved http/https router and fastrouter (better event-based engineering, 
> reduced syscall usage)
> - Go official support (check 
> http://uwsgi-docs.readthedocs.org/en/latest/Go.html)
> - a new set of infos are exported to the stats subsystem
> - improved systemd support (fixed arch linux support)
> - log filtering and routing
> - improved tracebacker
> - offload transfer for static files
> - matheval support (if you build uWSGI with matheval library you will be able 
> to use math formulas in your configs)
> - plugins can be written in Obj-C
> - smart attach daemon (check 
> http://uwsgi-docs.readthedocs.org/en/latest/AttachingDaemons.html)
> - added support for PEP 405 virtualenvs
> - added router-access plugin (Colin Ligertwood)
> - improved snmp support (Stephen Pierce)
> - new php option --php-allowed-script to set the list of alowed script to run
> 
> * Issues
> 
> - The rawrouter is broken, it has to be ported to the new api
> - The Rack plugin should avoid monkeypatching the rack gem if it has that 
> patch: 
> https://github.com/rack/rack/commit/afc9b0313cdc41055b9b5dc4c0ccc6d9d94742bf
> - fallback features in the fastrouter are currently broken
> - fallback features in the http/https router are currently broken
> - it looks like automatic log-rotation is a bit flaky
> - it looks like some magic var has changed its value from 1.3 (someone could 
> confirm that ?)
> 
> You can download the tarball from here (Unbit servers):
> 
> http://projects.unbit.it/downloads/uwsgi-1.4-rc1.tar.gz
> 
> or there (Github servers):
> 
> https://github.com/downloads/unbit/uwsgi/uwsgi-1.4-rc1.tar.gz
> 
> 
> Every report will be highly wellcomed
> 
> --
> Roberto De Ioris
> http://unbit.it
> JID: [email protected]
> 
> _______________________________________________
> uWSGI mailing list
> [email protected]
> http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
> 
> _______________________________________________
> uWSGI mailing list
> [email protected]
> http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to