home *** CD-ROM | disk | FTP | other *** search
- Path: felix.teclink.net!usenet
- From: rad@teclink.net (rad)
- Newsgroups: comp.sys.amiga.programmer
- Subject: Re: fastest file read method ??
- Date: 25 Jan 1996 03:49:16 GMT
- Organization: TECLink Internet Services: info@TECLink.Net
- Message-ID: <825.6597T1299T2022@teclink.net>
- References: <4dsalp$t68@news1.halcyon.com>
- NNTP-Posting-Host: tc2_9.teclink.net
- X-Newsreader: THOR 2.22 (Amiga;TCP/IP) *UNREGISTERED*
-
-
- >> 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.
-
- An example of asynchronous file reads/writes is included in the NDK.
-
- --------------------------------------------------------------------------
- - Richard Deken E-Mail: (personal) rad@teclink.net -
- - VLSI design engineer (AuE business) rad@aue.com -
- - Advanced Microelectronics PGP public key available -
- --------------------------------------------------------------------------
-
-