Message 346293 - Python tracker (original) (raw)
Victor, Andrew,
I'm not an expert in IOCP, but is it possible to implement add_reader/writer in ProactorEventLoop? If there's no native API for that, I guess we can spawn a thread with a 'select()' call to emulate this API?
Lukasz,
Another question: if we fix this, would you allow this to go in beta2/3? Strictly speaking it's going to be a new functionality.