File writing with overlapped IO vs file writing in a separate thread

Posted by Martin on Stack Overflow See other posts from Stack Overflow or by Martin
Published on 2010-06-16T03:53:17Z Indexed on 2010/06/16 4:02 UTC
Read the original article Hit count: 532

Filed under:
|
|

Is there any advantage in using file writing with overlapped IO in Windows, vs just doing the file writing in a separate thread that I create?

© Stack Overflow or respective owner

Related posts about c++

Related posts about Windows