Asynchronous vs Synchronous Python Performance Analysis
Introduction This article is the second part of a series on using Python for developing asynchronous web applications. The first part provides a more in-depth coverage of concurrency in Python and asyncio, as well as aiohttp. If you’d like to read more about Asynchronous Python for Web Development, we’ve got it covered. Due to the non-blocking nature of asynchronous libraries like aiohttp we would hope to be able to make and handle more requests in a given amount of time […]
Read more