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 |