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

  1. Newsgroups: comp.os.ms-windows.programmer.win32
  2. Path: sparky!uunet!microsoft!hexnut!alistair
  3. From: alistair@microsoft.com (Alistair Banks)
  4. Subject: Re: Looking for rshd, telnetd, ftpd etc.
  5. Message-ID: <1992Sep04.011400.10545@microsoft.com>
  6. Date: 04 Sep 92 01:14:00 GMT
  7. Organization: Microsoft Corporation
  8. References: <1992Sep01.191707.28916@news.mentorg.com> <m0NgqB2w164w@underg.UUCP> <1992Sep2.142010.28953@csi.uottawa.ca>
  9. Lines: 28
  10.  
  11. In article <1992Sep2.142010.28953@csi.uottawa.ca> duwors@csi.uottawa.ca (Robert J. Du Wors) writes:
  12. >
  13. >
  14. >I strongly suggest that remote login is a fundamental network primitive for
  15. >the construction of distributed (read "heterogenous" and "majority of")
  16. >applications.
  17.  
  18. Please look longer and closer over Windows NT - one of its most imporant
  19. features is the inclusion and use of RPC. Remote access by terminals of
  20. character or graphic type does not constitue distributed processing. RPC
  21. seperates the location of the execution of code and its caller. If apps
  22. are built around RPC, then the location of the execution can be distributed
  23. around a number of seperate machines on a network. Indeed, a key focus of
  24. the Windows "Cairo" work is to allow instances of classes to execute at remote
  25. locations, as defined at runtime
  26.  
  27. Remote login has absolutely nothing to do with distributed processing - it
  28. is a poor-man's way of starting remote tasks, by forcing the user to
  29. choose location through archaic means. Windows NT allows you to start
  30. remote tasks, at a given location
  31.  
  32. Remote access is not itself without uses - when users wish to be guided
  33. through a task by a distant "helper", when a rude "overseer" wishes to
  34. spy-in on a subordinate worker, etc. These are niche special cases, but
  35. they're important, and they're well coverred by products in the Windows
  36. 3.x world, and I expect will be coverred by similar products for Windows NT
  37.  
  38. -- Alistair
  39.