Hacker News new | ask | show | jobs
by KenCochrane 5202 days ago
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.
1 comments

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.