Re: How Can I DeviceIoControl in less than 10 milliseconds?
- From: "Remy Lebeau" <no.spam@xxxxxxxxxxx>
- Date: Wed, 5 Mar 2008 12:53:01 -0800
"christ2008" <christhompson@xxxxxxxxxxxxxx> wrote in message
news:5eb7330b-760c-4bab-b639-dc3cfba7c030@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Also, the way I have been using overlapped I/O as depicted above
gives me no benefit over blocking I/O. So, what am I doing wrong?
You are using it in a sequential, blocking manner. Overlapped I/O is best
used when you can start an operation running and then move on to other
things, not waiting for the operation to finish right away. That is not
what you are doing in the code you showed.
Gambit
.
- Follow-Ups:
- Re: How Can I DeviceIoControl in less than 10 milliseconds?
- From: christ2008
- Re: How Can I DeviceIoControl in less than 10 milliseconds?
- From: Doron Holan [MSFT]
- Re: How Can I DeviceIoControl in less than 10 milliseconds?
- References:
- How Can I DeviceIoControl in less than 10 milliseconds?
- From: christ2008
- How Can I DeviceIoControl in less than 10 milliseconds?
- Prev by Date: How Can I DeviceIoControl in less than 10 milliseconds?
- Next by Date: Re: How Can I DeviceIoControl in less than 10 milliseconds?
- Previous by thread: How Can I DeviceIoControl in less than 10 milliseconds?
- Next by thread: Re: How Can I DeviceIoControl in less than 10 milliseconds?
- Index(es):
Relevant Pages
|