Thread: Asynchronous writes and reads

  1. #1
    Registered User
    Join Date
    Mar 2009
    Posts
    399

    Asynchronous writes and reads

    I have to work with a system where there are several different communication interfaces, and all of them use asynchronous writes and reads. A lot of the time I'm simply passing data from one layer to another, so I'm looking to minimize the copying of data.

    What is a good strategy to make sure that the data is protected while it's being used, while at the same time minimizing the copying of the data?

  2. #2
    Just a pushpin. bernt's Avatar
    Join Date
    May 2009
    Posts
    426
    Consider this post signed

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 11
    Last Post: 11-28-2009, 12:13 PM
  2. MSDN volatile sample
    By George2 in forum C++ Programming
    Replies: 38
    Last Post: 01-05-2008, 06:59 AM