View Single Post
  #1 (permalink)  
Old July 25th, 2004
Unr3gisteredSurferM
Guest
 
Posts: n/a
Default Question on async file class

Hi, could you please explain what's the purpose of MAsyncFile?

I think it was not part of the old Gnucleus MFC code. As a guess it might prebuffer file data, so with the next OnSend() the next file segment is already in a buffer for sending. Just a guess. I wonder if this gives an significant advantage compared to using direct file access?

Cheers, M
Reply With Quote