Chapter 11, Designing Servers and Asynchronous Programming

  1. aiohttp is an independent library that's developed using asyncio at a low level and facilitates our handling of HTTP connections
  2. ThreadPoolExecutor, ProcessPoolExecutor
  3. The event loop
  4. The asyncio.Task class is a subclass of asyncio.Future and aims to manage coroutines
  5. await
  6. The tornado.web.Application object
  7. AsyncHTTPClient
  8. dataReceived
  9. buildProtocol
  10. We can use the TCP4ClientEndpoint class
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset