Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 245 Bytes

File metadata and controls

7 lines (5 loc) · 245 Bytes

KVM Server Python examples

We currently test against the following:

  • wsgiref based on the single threaded http.server.HTTPServer (poll)
  • ayncio with the default SelectorEventLoop using EpollSelector (epoll)
  • uvicorn wsgi and asgi (epoll)