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