This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author tim.golden
Recipients abo, ajaksu2, giampaolo.rodola, pitrou, tim.golden
Date 2010-08-09.17:45:40
SpamBayes Score 0.0022814523
Marked as misclassified No
Message-id <4C603EC1.8010501@timgolden.me.uk>
In-reply-to <1281372701.64.0.49015745104.issue949667@psf.upfronthosting.co.za>
Content
There are at least two ways to do non-blocking file IO on Windows:

Overlapped I/O
I/O Completion ports

Don't know what's best here, but happy to see what might be achieved
if it was thought worth pursuing.
History
Date User Action Args
2010-08-09 17:45:43tim.goldensetrecipients: + tim.golden, abo, pitrou, giampaolo.rodola, ajaksu2
2010-08-09 17:45:41tim.goldenlinkissue949667 messages
2010-08-09 17:45:40tim.goldencreate