home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / std_unix / v21 / 204 < prev    next >
Internet Message Format  |  1990-12-05  |  1KB

  1. From std-unix-request@uunet.uu.net  Thu Oct 18 00:29:53 1990
  2. Received: from cs.utexas.edu by uunet.uu.net (5.61/1.14) with SMTP 
  3.     id AA13027; Thu, 18 Oct 90 00:29:53 -0400
  4. Posted-Date: 16 Oct 90 15:32:42 GMT
  5. Received: by cs.utexas.edu (5.64/1.80) 
  6. From: flee@guardian.cs.psu.edu (Felix Lee)
  7. Newsgroups: comp.std.unix
  8. Subject: Re: Unified I/O namespace: what's the point?
  9. Message-Id: <13688@cs.utexas.edu>
  10. References: <13220@cs.utexas.edu> <13343@cs.utexas.edu> <13390@cs.utexas.edu>
  11. Sender: fletcher@cs.utexas.edu
  12. Organization: Penn State Computer Science
  13. X-Submissions: std-unix@uunet.uu.net
  14. Date: 16 Oct 90 15:32:42 GMT
  15. Reply-To: std-unix@uunet.uu.net
  16. To: std-unix@uunet.uu.net
  17.  
  18. Submitted-by: flee@guardian.cs.psu.edu (Felix Lee)
  19.  
  20.  
  21. >On the contrary. syslog is a counterexample. While it is hardly as
  22. >modular as I would like, it shows that (0) an fd-centric model works;
  23.  
  24. syslog shows the limitations of an fd-centric model.  B News, for
  25. example, writes log entries in the files "log" and "errlog".  You
  26. cannot redirect this into syslog without modifying code.
  27.  
  28. If syslog existed in the filesystem namespace, you might
  29.     ln -s /syslog/news.info log
  30.     ln -s /syslog/news.err errlog
  31. or maybe even
  32.     ln -s ~/mylog/news.err errlog
  33. and everything would work.
  34.  
  35. Why should I have to teach all my programs about syslog when I can
  36. just write to a filesystem object instead?
  37. --
  38. Felix Lee    flee@cs.psu.edu
  39.  
  40.  
  41. Volume-Number: Volume 21, Number 204
  42.  
  43.