Quantcast
Viewing all articles
Browse latest Browse all 16

HTTP/2 Support For 19.x

@pgjones wrote:

So this is how I’ve implemented the application side of ASGI in Quart. I think you’d want to focus even more than I have on performance optimization - creating tasks for example seems quite expensive. I’ll also point out this line in relation to #1176.

Server wise whilst I hope you like Hypercorn, Uvicorn is a much closer match to Sanic right now (uvloop and httptools based), and has better performance - I would think you could get sanic + uvicorn to have similar performance to Sanic today.

The other aspect I think is still a little undefined with ASGI at the moment is when to error and on what, you may find that different servers react differently - although these are the unhappy path edge cases.

Read full topic


Viewing all articles
Browse latest Browse all 16

Trending Articles