home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / std_unix / v21 / 204 / text0000.txt < prev   
Encoding:
Text File  |  1990-12-05  |  752 b   |  26 lines

  1. Submitted-by: flee@guardian.cs.psu.edu (Felix Lee)
  2.  
  3.  
  4. >On the contrary. syslog is a counterexample. While it is hardly as
  5. >modular as I would like, it shows that (0) an fd-centric model works;
  6.  
  7. syslog shows the limitations of an fd-centric model.  B News, for
  8. example, writes log entries in the files "log" and "errlog".  You
  9. cannot redirect this into syslog without modifying code.
  10.  
  11. If syslog existed in the filesystem namespace, you might
  12.     ln -s /syslog/news.info log
  13.     ln -s /syslog/news.err errlog
  14. or maybe even
  15.     ln -s ~/mylog/news.err errlog
  16. and everything would work.
  17.  
  18. Why should I have to teach all my programs about syslog when I can
  19. just write to a filesystem object instead?
  20. --
  21. Felix Lee    flee@cs.psu.edu
  22.  
  23.  
  24. Volume-Number: Volume 21, Number 204
  25.  
  26.