Comment on PyPy, Jython and CPython 3 on dotCloudparentComments−KenCochrane14yWhat would you deploy with? I have gotten it to work with Gunicorn, but if you can't use eventlet/gevent, that doesn't look like a great option. sync mode works aright, but not as good as async mode.−nknight14yNow that I know about Gunicorn (thanks!) I might deploy with that. I was just going to use multiprocessing + wsgiref.We don't get significant benefits from async with our current codebase and load characteristics -- like I said, the dependency was accidental.
Comments
What would you deploy with? I have gotten it to work with Gunicorn, but if you can't use eventlet/gevent, that doesn't look like a great option. sync mode works aright, but not as good as async mode.
Now that I know about Gunicorn (thanks!) I might deploy with that. I was just going to use multiprocessing + wsgiref.
We don't get significant benefits from async with our current codebase and load characteristics -- like I said, the dependency was accidental.