On 27/11/2012 9:35am, Kristján Valur Jónsson wrote:
This worries me:
"If the file handle is associated with a completion port, an I/O completion
> packet is not queued to the port if a synchronous operation is successfully canceled...

I think you can only abort a synchronous operation if you use CancelIoEx() from a different thread. That won't be an issue if you do all your IO stuff in one thread.

--
Richard

_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to