Il giorno 07/nov/2012, alle ore 15:55, David Montgomery <[email protected]> ha scritto:
> 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 The gevent plugin is now builtin by default when you install from pip pip install --upgrade http://projects.unbit.it/downloads/uwsgi-1.4-rc1.tar.gz should be enough. Remember to use --gevent <n> instead of --async <n> --loop gevent as it will set best parameters for gevent. All of the 1.0* releases are compatible -- Roberto De Ioris http://unbit.it JID: [email protected] _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
