| Topic: |
DEVELOP > c-Plus-Plus |
| User: |
"George2" |
| Date: |
20 Jan 2008 09:59:11 AM |
| Object: |
Recommend some asynchronous I/O tutorial? |
Hello everyone,
I am new to asynchronous I/O. Could anyone recommend some tutorials
for beginners, especially how to handle asynchornous I/O with network
input/output.
The set of APIs I want to learn is like CreateIoCompletionPort,
GetQueuedCompletionStatus, etc. I can not find related samples from
MSDN, so I am wondering if you have any recommended articles. :-)
thanks in advance,
George
.
|
|
| User: "Mathias Gaunard" |
|
| Title: Re: Recommend some asynchronous I/O tutorial? |
21 Jan 2008 06:29:14 AM |
|
|
On 20 jan, 16:59, George2 <george4acade...@yahoo.com> wrote:
Hello everyone,
I am new to asynchronous I/O. Could anyone recommend some tutorials
for beginners, especially how to handle asynchornous I/O with network
input/output.
The set of APIs I want to learn is like CreateIoCompletionPort,
GetQueuedCompletionStatus, etc. I can not find related samples from
MSDN, so I am wondering if you have any recommended articles. :-)
I would recommend to use a portable, system-neutral API rather than
the Microsoft one.
.
|
|
|
|

|
Related Articles |
|
|