home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / arch / 11787 < prev    next >
Encoding:
Internet Message Format  |  1992-12-21  |  1.6 KB

  1. Xref: sparky comp.arch:11787 comp.sys.dec:6556 comp.sys.sgi:18218 comp.sys.hp:14258
  2. Newsgroups: comp.arch,comp.sys.dec,comp.sys.sgi,comp.sys.hp
  3. Path: sparky!uunet!usc!sdd.hp.com!ux1.cso.uiuc.edu!news.cso.uiuc.edu!crux.scs.uiuc.edu!mcdonald
  4. From: mcdonald@aries.scs.uiuc.edu (J. D. McDonald)
  5. Subject: Re: Comparison of Alpha, MIPS and PA-RISC-II wanted
  6. References: <BzGn32.37C@dscomsa.desy.de> <1gt111INNt3b@hpscit.sc.hp.com> <1992Dec19.012355.26665@ll.mit.edu>
  7. Message-ID: <mcdonald.624@aries.scs.uiuc.edu>
  8. Sender: usenet@news.cso.uiuc.edu (Net Noise owner)
  9. Organization: UIUC SCS
  10. Date: Sat, 19 Dec 1992 16:55:40 GMT
  11. Lines: 33
  12.  
  13. In article <1992Dec19.012355.26665@ll.mit.edu> ejon@ll.mit.edu (Eric Jones) writes:
  14.  
  15.  
  16. >But isn't that exactly his point?  Sure you can write an ISAM file 
  17. >structure using fseek (and if you're REALLY smart, you might even
  18. >write an efficient one), but then how's anyone else going to use
  19. >your files?
  20.  
  21. By RTFM of course!!
  22.  
  23. Consider the converse: 
  24.  
  25. You write a file using the oddball formats of VMS.
  26.  
  27. You send it to someone else.
  28.  
  29. He can't read it because it's oddball.
  30.  
  31. How does he read it??
  32. The only way is to RTFM and here the FM refers to the 1600 pounds
  33. of VMS stuff or Disk 47 of the 677 volume CD manuals.
  34.  
  35. The Unix way has proven to be the best way; its one of the biggest
  36. reasons VMS is a current sales disaster.
  37.  
  38. The doc for your own ISAM is maybe 2 pages long.
  39.  
  40. Also consider this: if you write that file on VMS using the VMS
  41. proprietary method, you can't read it on any other machine using
  42. the same code. If you did it the C/Unix way, you code will run as-is
  43. on any machine using standard C. Even VMS. 
  44.  
  45. Doug McDonald
  46.