home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / mswindo / programm / win32 / 809 < prev    next >
Encoding:
Text File  |  1992-09-03  |  2.7 KB  |  52 lines

  1. Newsgroups: comp.os.ms-windows.programmer.win32
  2. Path: sparky!uunet!utcsri!torn!cunews!csi.uottawa.ca!news
  3. From: duwors@csi.uottawa.ca (Robert J. Du Wors)
  4. Subject: Re: Looking for rshd, telnetd, ftpd etc.
  5. Message-ID: <1992Sep3.180007.25918@csi.uottawa.ca>
  6. Sender: news@csi.uottawa.ca
  7. Nntp-Posting-Host: prgc
  8. Organization: Dept. of Computer Science, University of Ottawa
  9. References: <1992Aug28.000903.22215@microsoft.com> <1992Sep01.191707.28916@news.mentorg.com> <1992Sep02.211813.14491@microsoft.com>
  10. Date: Thu, 3 Sep 92 18:00:07 GMT
  11. Lines: 39
  12.  
  13. In article <1992Sep02.211813.14491@microsoft.com> michaelw@microsoft.com (Michael Winser) writes:
  14. >In article <1992Sep01.191707.28916@news.mentorg.com> pbrooks@mentorg.com (Phil Brooks) writes:
  15. >
  16. >Once again, why stick with the unix model?  Services are explicitly supported
  17. >by Windows NT.  When started they take on the ACE of the user that installed
  18. >them.  No login required.  I'm pretty sure that you can start these services 
  19. >via RPC.  It would be trivial to write a start server daemon (for RPC, telnet
  20. >or whatever).
  21.  
  22. Why stick with the "UNIX" model?  Because it works, and works well.  Hype
  23. aside, why thow out basic ASCII streams as a fundamental network primitive?
  24. (i.e. virtual circuit model with call setup and tear down, more commonly known
  25. in the OS community as "login"/"logout").  NT Servers are going to get awfully
  26. lonely in mixed environmnets.  Perhaps as lonely as Apple "servers", if that
  27. isn't an outright oxymoron.
  28.  
  29. It is along way from a kludged individual solution, to a clean and supported
  30. interface.  Consider also that the most successful example of data flow
  31. programming in the world to day is shell scripts and pipes, including the true
  32. ease of integration via rsh.  It can even be done under VMS.   Your might
  33. change the script language, you might have many of them, but the basic
  34. requirements transcends all of them.
  35.  
  36. Finally, the Internet is not an accident, a foolish standard set by committee,
  37. nor an attempt at market dominance...and it has survived and prospered on this
  38. "UNIX" model (sic).  Imagine writing your own client program for every different
  39. server on the net...of course that is exactly the case with Compu$erve.  All
  40. this single source stuff, and where is the improvement...
  41.  
  42. I think that a new OS needs a little breathing room but that doesn't mean its
  43. advocates need to deny what they will be forced to provide by the market place.
  44. (You can bet your old friends at IBM once vowed never to violate the purity of
  45. MVS/SNA with TCP/IP and its upper level services).
  46.  
  47. Rob D.
  48.  
  49.                       -----------------------
  50. duwors@csi.uottawa.ca  aka  Robert Du Wors    Tel:613.831.1930 Fax:613.831.0272
  51.                             141 Country Lane, Kanata, Ontario, Canada   K2L 1J6
  52.