home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / coders / biblioteki / c_library / asyncio / readme < prev    next >
Text File  |  1977-12-31  |  1KB  |  35 lines

  1. short:    AsyncIO library for fast IO. Release 7
  2. uploader: cmh@lls.se (Magnus Holmgren)
  3.  
  4. This link library (optionally shared library) provides DOS-like functions
  5. for using double buffered asyncronous IO on files. This provides very good
  6. performance on DMA devices.
  7.  
  8. The code was originally written by Martin Taillefer. A few bug fixes and
  9. updates were made by Magnus Holmgren, with inspiration from Olaf 'Olsen'
  10. Barthel.
  11.  
  12. News in release 7:
  13.  
  14.     Files to use asyncio.library from E included.
  15.  
  16.     Fixed yet some SeekAsync() problems. It could (still) get confused
  17.     when called multiple times in a row with no intervening IO. I
  18.     wonder if there are any holes left. ;)
  19.  
  20.     Recompiled asyncio.library using SAS/C 6.56, and added general
  21.     SAS/C support.
  22.  
  23.     Misc minor fixes.
  24.  
  25. News in release 6:
  26.  
  27.     SeekAsync should now really work (performance fix was buggy... ;).
  28.  
  29.     Based on Martin Taillefers third release, which I was previously
  30.     unaware of (hence the new release number). Doesn't impose any
  31.     (major) changes to the sources though.
  32.  
  33.     Misc minor fixes (mostly to the header files).
  34.  
  35.