On 01/13/2015 05:34 PM, Guido van Rossum wrote:
> Interesting blog. The gist seems to be to use a thread pool for disk
> operations instead of AOI. This translates fairly directly to
> Tulip/Trollius, using the run_in_executor() operation. It's pretty clear
> to me that Windows IOCP does support async operations on disk files, so
> it would behoove us to design a standard API for async disk operations
> that can be implemented either using IOCP or using a thread pool.
> 

I can ask our resident Windows expert, but IIRC there was some problem
on Windows too. Something along the lines of async operations falling
back to being sync in certain conditions...


-- 
Saúl Ibarra Corretgé
bettercallsaghul.com


Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to