what is Synchronous file access?

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: Manoj (Manoj_at_discussions.microsoft.com)
Date: 02/02/05


Date: Tue, 1 Feb 2005 21:43:01 -0800


  hai,
    it is heard that " To minimize the size of the filesys component,windows
ce only support Synchronous file acess,This is the reason why overlapped I/O
is not supported...
      can anyone explain what is this synchronous file access and overlapped
i/o..
The statement implies that other windows os have both asynchronous access
and overlapped i/o....
       Does it mean in the following way..

asynchronous => means multiple file access can be done..overlapped i/o is
the same,isn't it...otherwise tell me

Expecting ur early responce

thanking u

        



Relevant Pages

  • Re: Palatable Windows IO using Ada
    ... This is a higher level protocol. ... So the communication item becomes one byte. ... In my opinion it is overkill to use overlapped I/O for serial ... overlapped I/O and asynchronous system trap could nicely fit to Ada's ...
    (comp.lang.ada)
  • Re: Asynch COM under Win98
    ... I am mostly not a Windows programmer however about 3 years ago I wrote an MFC ... GUI control program that did serial I/O and our objective was to be compatible ... another view states that serial overlapped I/O works in W9X but non-serial ...
    (microsoft.public.win32.programmer.kernel)
  • Re: LsaEnumerateAccountsWithUserRight failed with "Overlapped I/O operation is in progress"
    ... Don't use GetLastError() with them (unless the function ... LSA is telling you that it is has finished the enumeration. ... it says "Overlapped I/O operation is in progress.". ... Or is there a way to disable overlapped I/O and use synchnonized I/O ...
    (microsoft.public.platformsdk.security)
  • Re: Writing to Serial Port
    ... I can run WriteFile() and allow my program to run without waiting for the ... > This is overlapped I/O. ... One reason for doing it is that it is necessary ... > to use overlapped I/O with a serial port if one wants full duplex (send ...
    (microsoft.public.vc.mfc)