FS#48507 - [uwsgi-plugin-python] add gevent plugin to the python3 package
Attached to Project:
Community Packages
Opened by Damjan Georgievski (damjan) - Tuesday, 08 March 2016, 16:23 GMT
Last edited by Doug Newgard (Scimmia) - Saturday, 26 March 2016, 16:09 GMT
Opened by Damjan Georgievski (damjan) - Tuesday, 08 March 2016, 16:23 GMT
Last edited by Doug Newgard (Scimmia) - Saturday, 26 March 2016, 16:09 GMT
|
Details
Gevent 1.1 has been released with python 3.x support.
It's already included in Arch and actually does work with uwsgi/python3 So uwsgi-plugin-python should build and include the gevent plugin too. https://www.archlinux.org/packages/community/x86_64/python-gevent/ https://groups.google.com/forum/#!topic/gevent/HKY9yHZY_84 |
This task depends upon
Using uwsgi and uwsgi-plugin-python from the archlinux repository:
uwsgi[2641]: unavailable loop engine !!!
Using uwsgi from pip:
*** running gevent loop engine [addr:0x48f970] ***
Got this (among other things) in my uwsgi config:
loop = gevent
async = 100
ps. reporting errors without enough info to reproduce them is not very helpfull.