home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / os / os2 / misc / 25786 < prev    next >
Encoding:
Internet Message Format  |  1992-07-28  |  1.9 KB

  1. Path: sparky!uunet!wupost!uwm.edu!psuvax1!psuvm!wvnvm!bryan
  2. Date: Tuesday, 28 Jul 1992 13:38:59 EDT
  3. From: Jerry Bryan <BRYAN@wvnvm.wvnet.edu>
  4. Message-ID: <92210.133859BRYAN@wvnvm.wvnet.edu>
  5. Newsgroups: comp.os.os2.misc
  6. Subject: Re: os/2 ram drive
  7. Distribution: comp
  8. References:  <1992Jul27.1480.23146@dosgate>
  9. Lines: 34
  10.  
  11. 1. VDISK.SYS is a part of OS/2.
  12.  
  13. 2. It can be installed on a case by case basis for DOS sessions in
  14.    the DOS settings.
  15.  
  16. 3. It can be installed in CONFIG.SYS, in which case it becomes
  17.    accessible to all DOS, Windows, and OS/2 sessions.
  18.  
  19. 4. It is FAT only (yuck).
  20.  
  21. 5. OS/2 developers apparently believe that a RAM disk is not important
  22.    in the OS/2 environment due to large memory (just keep the data in
  23.    memory and never write it to disk) and/or disk caching.  I
  24.    humbly disagree.
  25.  
  26. 6. A RAM disk can totally eliminate disk I/O if you have enough memory.
  27.    Disk caching does not eliminate all I/O because all writes happen
  28.    eventually, even with lazy write.
  29.  
  30.  
  31. There is a side issue to which this discussion is peripherally related.
  32. IBM talks about a better DOS than DOS and a better Windows than Windows.
  33. The first half of this claim seems to me to be true in nearly all cases,
  34. and the second half is arguably true at least some of the time. However,
  35. it seems to me that in some ways OS/2 provides a better DOS than OS/2,
  36. and I think that is unfortunate.  What I mean by that is that a DOS
  37. window supports numerous settings that are local to the window, but
  38. OS/2 settings are global.  For example, it is possible for DOS windows
  39. to have private RAM disks of varying sizes, but it is not possible
  40. (to my knowledge -- corrections, please) for OS/2 windows to have
  41. private RAM disks of varying sizes.  Also, any settings private to
  42. a DOS window can be set without rebooting your hardware, but many
  43. OS/2 settings can only be established in CONFIG.SYS and therefore
  44. require a hardware reboot.
  45.