Skip to content

How does the aiohttp server asynchronous behaviour works? #7076

Discussion options

You must be logged in to vote

Yes, the former (handling multiple requests in a single thread). More generally, it is a server implemented natively in asyncio, so take a look at how asyncio behaves.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by miguelvieiraramos
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants