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

  1. Newsgroups: comp.os.ms-windows.programmer.win32
  2. Path: sparky!uunet!news.mentorg.com!mentorg.com!pbrooks
  3. From: pbrooks@mentorg.com (Phil Brooks)
  4. Subject: Re: Looking for rshd, telnetd, ftpd etc.
  5. Sender: news@news.mentorg.com (News User)
  6. Message-ID: <1992Sep01.191707.28916@news.mentorg.com>
  7. Date: Tue, 01 Sep 1992 19:17:07 GMT
  8. References: <1992Aug26.123954.1014@cam-orl.co.uk> <1992Aug28.000903.22215@microsoft.com>
  9. Nntp-Posting-Host: decoy.mentorg.com
  10. Organization: Mentor Graphics Corporation
  11. Keywords: 
  12. Followup-To: 
  13. Lines: 63
  14.  
  15. In article <1992Aug28.000903.22215@microsoft.com>, alistair@microsoft.com (Alistair Banks) writes:
  16. |> I expect ftp & nfs daemons, and uucp & nntp and more to be available in both
  17. |> commerical and shareware versions - but I don't expec that people will
  18. |> "telnet" or "rsh" into Windows NT so often. Windows NT doesnt implement
  19. |> multi-user interactive access - so while a daemon could be written to respond
  20. |> to the telnet protocol, and even re-direct stdin & stdout, the graphics
  21. |> apps won't be remoted, and not all of the console APIs make any sense
  22. |> with this paradigm. The multi-user security could be bolted "in" using
  23. |> the standard security APIs, but I doubt if many of the main commercial
  24. |> apps would work well in this environment.
  25.  
  26. Please understand that there are many many uses for remote access of this
  27. type that don't require a GUI at all.  Don't let the fact that remote log in
  28. doesn't look like you are sitting in front of a real Windows application with
  29. its associated GUI.  There seems to be a lot of confusion in this area coming 
  30. from Microsoft.  In the Unix world, plenty of things are done over remote login
  31. without taking advantage of X's remote networking capabilities.  NT should do
  32. just as well at these.  Specifically, I find remote login access very useful
  33. for the following tasks which should fit into a NT network just fine:
  34.  
  35.   Remote compilation/build - When very large systems are being built (i.e.
  36.    hundreds of files) it is very useful to remotely log in to several systems
  37.    and parallelize the builds.  There are even versions of make set up to handle
  38.    this transparently.  Remote login services are needed to do this.
  39.  
  40.   Starting up remote servers - I may want to start a server or other program
  41.    on a remote machine which doesn't run under a GUI.  I may access its results
  42.    later on with a spreadsheet or regular editor etc.
  43.  
  44.   Modem Access - I may want to dial in from home on an old dusty VT100 terminal
  45.    and read ASCII email (assuming that I have a character based Mail User Agent).
  46.    While I am at it, I may want to take a peek at a build log from the build I
  47.    started up before I went home.  If something went wrong, I can correct it, and
  48.    fire off another try, saving myself a few hours in the morning or a trip in
  49.    later that night.
  50.  
  51. These are real activities that I take advantage of quite often on Unix.  There
  52. seems to be a common line of reasoning in the PC world that remote login and 
  53. support for terminal access are a throwback to the days of mainframes and
  54. therefore are inherently bad.  I have found them to be an extremely useful,
  55. although limited, set of capabilities which are especially valuable for software
  56. development and administration and remote access.  They are less useful for
  57. the casual user since there is some degree of complication in setting them up.
  58.  
  59. The "main commercial apps" are not of interest here.  Character based software
  60. development, administration, etc are.
  61.  
  62. While these capabilities might be less useful on a 386 with 8MB, they will be
  63. extremely useful (perhaps indispensable) on Sequent and NCR multiprocessor
  64. boxes and on the DEC Alpha box.  I would imagine that a well configured Alpha/NT
  65. system would do very well competing with IBM AS/400's in the minicomputer market.
  66. It will need to deal with terminals, multiple concurrent users, and remote access
  67. in order to do that though.
  68.  
  69.  
  70.  
  71.  
  72.  
  73. -- 
  74. Phil Brooks, Mentor Graphics Corporation 
  75. (phil_brooks@mentorg.com)
  76. 8005 SW Boeckman Road
  77. Wilsonville, OR   97070-7777 (503) 685-1324
  78.