home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / amiga / programm / 18263 < prev    next >
Encoding:
Text File  |  1993-01-07  |  1.1 KB  |  30 lines

  1. Newsgroups: comp.sys.amiga.programmer
  2. Path: sparky!uunet!portal!danb
  3. From: danb@shell.portal.com (Dan E Babcock)
  4. Subject: Re: Flushing Devices;  C= doco (mutter!)
  5. Message-ID: <C0HCMJ.J9L@unix.portal.com>
  6. Sender: news@unix.portal.com
  7. Nntp-Posting-Host: jobe
  8. Organization: Portal Communications Company -- 408/973-9111 (voice) 408/973-8091 (data)
  9. References: <1993Jan7.092127.13752@philips.oz.au>
  10. Date: Thu, 7 Jan 1993 10:47:07 GMT
  11. Lines: 17
  12.  
  13. In article <1993Jan7.092127.13752@philips.oz.au> gduncan@philips.oz.au (Gary Duncan) writes:
  14. >
  15. >Passing thought ; why the heck aren't unused libraries/devices
  16. >flushed automatically anyway? Sounds like a legacy of the days 
  17. >when hard disks were rare and dragging a device off floppy was
  18. >time-consuming. Those days are gone...
  19. >
  20.  
  21. eh? Devices and libraries ARE flushed automatically. When a memory allocation
  22. fails, the expunge vectors get called, and if there are no current openers,
  23. the device/library is removed from memory. This is perfect; there's nothing
  24. to fix. (Hmm, well maybe change the OS so that filesystems can be safely
  25. flushed as well...as it is such things as CrossDOS hang around forever).
  26.  
  27. Dan
  28.  
  29.  
  30.