home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / os / linux / 21099 < prev    next >
Encoding:
Text File  |  1992-12-21  |  2.2 KB  |  53 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!cs.utexas.edu!usc!sol.ctr.columbia.edu!destroyer!cs.ubc.ca!news.UVic.CA!sanjuan!pmacdona
  3. From: pmacdona@sanjuan (Peter MacDonald)
  4. Subject: Re: LINUX, Unix, and opportunity for change
  5. Message-ID: <1992Dec19.173316.7680@sol.UVic.CA>
  6. Sender: news@sol.UVic.CA
  7. Nntp-Posting-Host: sanjuan.uvic.ca
  8. Organization: University of Victoria, Victoria B.C. CANADA
  9. References: <1992Dec17.154505.8927@bcars6a8.bnr.ca>
  10. Date: Sat, 19 Dec 92 17:33:16 GMT
  11. Lines: 40
  12.  
  13. In article <1992Dec17.154505.8927@bcars6a8.bnr.ca> mleech@bnr.ca (Marcus Leech) writes:
  14. >Unix provides an extremely rich programming environment, but it has
  15. ...
  16. >Parameterization of system modules, including the kernel and critical
  17.  
  18. There are two schools of thought on this.  
  19. Please allow me to...
  20. And please don't make me ...
  21.  
  22. The VMS tunable kernel is necessary because Digital is not giving out
  23. source.  Linux comes with source so you are free to tune the source
  24. to your hearts content.  If want to avoid recompiles, you can use 
  25. lilo to pass in parameters.  For run time tuning, you can hook into
  26. the ioctl calls, to modify kernel parameters.  
  27.  
  28. Having the source is far superiour because it is less indirect, and
  29. indirection always exacts a price,  in terms of simplicity, flexibility
  30. and power.
  31.  
  32. >There needs to be a consistent and flexible accounting mechanism. Such a
  33.  
  34. Ditto what someone else said (mkj?).  This is overhead few will want.
  35. If it isn't to extensive, we might consider adding it to the kernel
  36. as a conditional compile.
  37.  
  38. >More of the system should use the syslog() mechanisms, and there should be
  39.  
  40. Syslog (which I have started to add to SLS) is not in the kernel.  It
  41. is supported or not, by the system utilities login, etc.  Note, things
  42. like xlock, and xdm and ftpd need source modifications, to participate.
  43.  
  44. >I'd like to make it clear that I'm as rabid a Unix fanatic as the next guy,
  45.  
  46. Glad to hear it.  But there are probably more differences than similarities
  47. between VMS and Linux (I work supporting products on a 6*6000 VAX cluster).
  48. Some of these differences are more than just philosophy.  VMS is single
  49. sourced, and tightly controlled.  Linux is great :-).
  50.  
  51. Peter
  52. pmacdona@sanjuan.uvic.ca
  53.