home *** CD-ROM | disk | FTP | other *** search
/ C/C++ User's Journal & Wi…eveloper's Journal Tools / C-C__Users_Journal_and_Windows_Developers_Journal_Tools_1997.iso / sysembed / fileio.elh < prev    next >
Text File  |  1995-03-30  |  1KB  |  27 lines

  1. [ 5. File Sharing Services]
  2.                 EMBEDDED LAN FILE SHARING SERVICES
  3. ═════════════════════════════════════════════════════════════════════════
  4. The Embedded LAN File Server and Embedded LAN redirector allow one target
  5. running the Embedded DOS operating system to share its file systems with
  6. other targets on the LAN.
  7.  
  8. THE FILE SHARING REDIRECTOR
  9.  
  10. The Embedded LAN Redirector translates requests for remote file I/O into
  11. streams of protocol on the LAN.  This component installs on any 80x86
  12. Embedded DOS system and intercepts I/O requests associated with network
  13. drives, routing the requests to designated file servers over the TDI
  14. Transport Driver Interface.  Network drives are created using the NET
  15. program (a full screen utility), the NET USE command from COMMAND.COM,
  16. or via INT 21h software interrupt from an application program.
  17.  
  18. THE FILE SHARING SERVER
  19.  
  20. The File Server component of Embedded LAN accepts incoming requests
  21. from its Transport Driver Interface and interprets them as file I/O
  22. requests.  These requests are handled by executing local I/O operations,
  23. and then returning the results to the requesting node through protocol.
  24. Each open file or search handle is assigned a separate TDI connection,
  25. for maximum parallelism; this allows several threads to perform truly
  26. concurrent I/O to different files simultaneously.
  27.