Hacker News new | ask | show | jobs
by MayanAstronaut 4125 days ago
Not a good comparison.

At least gevent monkey patch all the flask and django for a async comparison.

Can you make a fourth comparison with this line added "from gevent import monkey; monkey.patch_all()" before the apps are init?

Thanks.

1 comments

To me, running gevent's monkey-patches in production is a sign of desperation for speed over all else. And the desperation isn't necessary, because there are better options now.

Code stability matters.