top | item 9106730

(no title)

MayanAstronaut | 11 years 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.

discuss

order

rspeer|11 years ago

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.