home *** CD-ROM | disk | FTP | other *** search
/ Aminet 10 / aminetcdnumber101996.iso / Aminet / dev / c / Asyncio.lha / AsyncIO / AsyncIO.readme < prev   
Encoding:
Text File  |  1995-11-16  |  917 b   |  31 lines

  1. short:    AsyncIO library for fast IO. Release 6
  2. uploader: cmh@lls.se (Magnus Holmgren)
  3. type:     dev/c
  4.  
  5. This link library (optionally shared library) provides DOS-like functions
  6. for using double buffered asyncronous IO on files. This provides very good
  7. performance on DMA devices.
  8.  
  9. The code was originally written by Martin Taillefer. A few bug fixes and
  10. updates were made by Magnus Holmgren, with inspiration from Olaf 'Olsen'
  11. Barthel.
  12.  
  13. News in release 6:
  14.  
  15.     SeekAsync should now really work (performance fix was buggy... ;).
  16.  
  17.     Based on Martin Taillefers third release, which I was previously
  18.     unaware of (hence the new release number). Doesn't impose any
  19.     (major) changes to the sources though.
  20.  
  21.     Misc minor fixes (mostly to the header files).
  22.  
  23. News in release 4:
  24.  
  25.     Workaround for problem with SnoopDos and the SendRexx option.
  26.  
  27.     Code available as a shared library as well.
  28.  
  29.     Included a file missing in release 3.
  30.  
  31.