home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 1574 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  819 b 

  1. Path: news1.halcyon.com!coho!sbr
  2. From: sbr@coho.halcyon.com (Stephen Rondeau)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: fastest file read method ??
  5. Date: 21 Jan 1996 03:07:37 GMT
  6. Organization: Northwest Nexus, Inc. - Professional Internet Services
  7. Message-ID: <4dsalp$t68@news1.halcyon.com>
  8. References: <w9YbsMD4ACazz9@jeff.dame.shnet.org> <w+RYXMD4FC8aRz1@_crisi.blackbox.shnet.org>
  9. NNTP-Posting-Host: coho.halcyon.com
  10.  
  11. > What is the fastest way to read a file ?
  12.  
  13. You might want to consider asynchronous file reads, since all of the
  14. standard ways of reading a file wait until the read completes before
  15. continuing. I think you have to go down to the DoIO() function level to
  16. do this. If you post a request about asynchronous file I/O to this
  17. newsgroup, someone is likely to know how to do it.
  18.  
  19. Stephen Rondeau
  20.