0

Is it even possible to make "true" Proactor style I/O handling implementations possible in Python?

Specifically, I know that Windows has this notion of I/O Completion Ports that can spawn threads in the background to handle any asynchronous callbacks from sockets for example. I couldn't find similar API for Linux and any Python wrappers for that.

luminousmen
  • 1,971
  • 1
  • 18
  • 24
  • Why it would not be possible, did you find an issue while developing it? Please, share an example of the issue you are facing. – Louis Lac Jul 25 '22 at 12:48
  • @LouisLac, I've updated the question - I hope it makes more sense now – luminousmen Jul 25 '22 at 16:22
  • 1
    Does [this](https://stackoverflow.com/questions/2794535/linux-and-i-o-completion-ports) post answers your question? Do you really need such low-level access to I/O? There are many asynchronous libraries for Python which can make concurrent requests such as AsyncIO + AIOHTTP. – Louis Lac Jul 25 '22 at 16:56

0 Answers0