C语言线程问题,异步(国外英语资料).docVIP

  • 8
  • 0
  • 约1.12万字
  • 约 27页
  • 2017-06-26 发布于河南
  • 举报
C语言线程问题,异步(国外英语资料)

C语言线程问题,异步(国外英语资料) Share IO/asynchronous IO (2010-11-1518:27) Categories: C and C + + and Core Open a file descriptor (handle), a process (thread) to write, a process (thread) to read. This can be done without having to open the file multiple times, but the write side must refresh the buffer and the read end must reset the file pointer. Sharing IO is commonly used to allow the same file to be read and written by different modules. Theres no problem with that. Asynchronous Io and multi-worker mechanisms must be used if you are to have multiple Io operations that are not blocked in a program. Us

文档评论(0)

1亿VIP精品文档

相关文档