home *** CD-ROM | disk | FTP | other *** search
- short: AsyncIO library for fast IO. Release 8
- uploader: cmh@lls.se (Magnus Holmgren)
- type: dev/c
-
- This link library (optionally shared library) provides DOS-like functions
- for using double buffered asyncronous IO on files. This provides very good
- performance on DMA devices.
-
- The code was originally written by Martin Taillefer. A few bug fixes and
- updates were made by Magnus Holmgren, with inspiration from Olaf 'Olsen'
- Barthel.
-
- News in release 8:
-
- SeekAsync() wouldn't notice seeks past the end of the file.
-
- Finished up the ReadLineAsync() function. Only difference from
- dos.library/FGets() should be the return value.
-
- Recompiled with SAS/C 6.57.
-
-
- News in release 7:
-
- Files to use asyncio.library from E included.
-
- Fixed yet some SeekAsync() problems. It could (still) get confused
- when called multiple times in a row with no intervening IO. I
- wonder if there are any holes left. ;)
-
- Recompiled asyncio.library using SAS/C 6.56, and added general
- SAS/C support.
-
- Misc minor fixes.
-
-