home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / os / msdos / programm / 10600 < prev    next >
Encoding:
Text File  |  1992-11-14  |  1.8 KB  |  45 lines

  1. Newsgroups: comp.os.msdos.programmer
  2. Path: sparky!uunet!charon.amdahl.com!pacbell.com!sgiblab!darwin.sura.net!wupost!cs.utexas.edu!csc.ti.com!tilde.csc.ti.com!mksol!mccall
  3. From: mccall@mksol.dseg.ti.com (fred j mccall 575-3539)
  4. Subject: Re: Ramdrive vs disk cache for temporary files
  5. Message-ID: <1992Nov13.223128.21271@mksol.dseg.ti.com>
  6. Organization: Texas Instruments Inc
  7. References: <1992Nov13.180117.20097@tamsun.tamu.edu>
  8. Distribution: usa
  9. Date: Fri, 13 Nov 1992 22:31:28 GMT
  10. Lines: 33
  11.  
  12. In <1992Nov13.180117.20097@tamsun.tamu.edu> tpradeep@cs.tamu.edu (Pradeep K Tapadiya) writes:
  13.  
  14. >Howdy netters,
  15.  
  16. >Some compilers, linkers, and editors create intermediate files
  17. >which gets deleted at the end of the job.
  18.  
  19. >Of a ramdrive or a disk cache, which one is more suitable for
  20. >such temporary files?
  21.  
  22. Generally a fast RAMdrive will speed this sort of application up a
  23. lot. 
  24.  
  25. >How about caching a ram-drive? Does it make sense?
  26.  
  27. Not much, no.  The advantage of using a RAM drive for the temp files
  28. and your cache for the rest is that you get blinding speed for all the
  29. temp files, yet you don't wind up flushing your cache in the process
  30. of creating them.  If you try to cache your RAM Drive, it will
  31. probably be SLOWER and it would make more sense to just take the
  32. memory you're allocating as a RAM Drive and use it for Cache.
  33.  
  34. I use both on my machine (for different things), but I have a lot of
  35. memory.  Another thing you might want to do is point the Windows
  36. 'Temp' directory at a RAM drive (for the same reason).
  37.  
  38.  
  39.  
  40. -- 
  41. "Insisting on perfect safety is for people who don't have the balls to live
  42.  in the real world."   -- Mary Shafer, NASA Ames Dryden
  43. ------------------------------------------------------------------------------
  44. Fred.McCall@dseg.ti.com - I don't speak for others and they don't speak for me.
  45.