Frameworkbenchmarks: Python: tornado with asyncio(uvloop(libuv))

Created on 9 Feb 2017  Â·  9Comments  Â·  Source: TechEmpower/FrameworkBenchmarks

Most helpful comment

Hi @westurner,
We are not experts on every language/framework, so we rely on the community to make updates and add new frameworks. If you see areas of improvement, we encourage you to make a pull request! Thanks!

All 9 comments

See: #1567 (REQ: Gunicorn w/ greenlets)

uvloop w/ httptools looks pretty fast (compared with nodejs and golang, for example) in these charts:
https://magic.io/blog/uvloop-blazing-fast-python-networking/

asyncio, uvloop, nodejs, go, etc requests/s benchmarks

...

Japronto and Meinheld look pretty fast for this "Hello World" benchmark:

https://medium.freecodecamp.com/million-requests-per-second-with-python-95c137af319

Most of the servers execute requests from pipelining clients in the same fashion they would from non-pipelining clients. They don’t try to optimize it. (In fact Sanic and Meinheld will also silently drop requests from pipelining clients, which is a violation of HTTP 1.1 protocol.)

.

japronto benchmark

Hi @westurner,
We are not experts on every language/framework, so we rely on the community to make updates and add new frameworks. If you see areas of improvement, we encourage you to make a pull request! Thanks!

what @cjnething said. Thanks for the well thought out issue/resources. Would love to see how some of these implementations would fair in the benchmarks.

Hello people,

I'm working to integrate all of these new tools in FrameworkBenchmarks.
Too late for round 14, it should be good for round 15.

Have a nice week-end.

:+1:

On Saturday, March 25, 2017, Ludovic Gasc notifications@github.com wrote:

Hello people,

I'm working to integrate all of these new tools in FrameworkBenchmarks.
Too late for round 14, it should be good for round 15.

Have a nice week-end.

—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/TechEmpower/FrameworkBenchmarks/issues/2560#issuecomment-289215680,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AADGy0ChCndXGNSohzWDvORuhLRNIc8Lks5rpSbFgaJpZM4L7xkY
.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

mkurz picture mkurz  Â·  6Comments

volyrique picture volyrique  Â·  7Comments

joanhey picture joanhey  Â·  5Comments

bgrainger picture bgrainger  Â·  5Comments

emilypi picture emilypi  Â·  8Comments