home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / mswindo / programm / win32 / 818 < prev    next >
Encoding:
Text File  |  1992-09-03  |  1.7 KB  |  41 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: OSF DCE on NT?
  5. Message-ID: <1992Sep04.012848.10996@microsoft.com>
  6. Date: 04 Sep 92 01:28:48 GMT
  7. Organization: Microsoft Corporation
  8. References: <1992Sep2.102740.1@woods.ulowell.edu>
  9. Lines: 30
  10.  
  11. In article <1992Sep2.102740.1@woods.ulowell.edu> perezc@woods.ulowell.edu writes:
  12. >Hello,
  13. >
  14. >    I'm not familiar with NT but I was just wondering to what extent
  15. >OSF's Distributed Computing Environment (DCE) is to be supported by NT?
  16. >Beyond the threads and RPCs is the Distributed File Services,  DTS, Security
  17. >Service etc. supported too?  Does anyone out there know anything about this
  18. >on more deatail?
  19.  
  20. In Windows NT we've included an OSF DCE compatible RPC - its not OSF's
  21. technology or code, its ours - but it does interoperate at the IDL file
  22. and on the wire with other OSF DCE RPC systems
  23.  
  24. The preferred PC Network defined in OSF DCE is Lan Manager, and Windows NT
  25. is a Lan Manager client and server.
  26.  
  27. The threads in Windows NT are not based on the threads package in DCE,
  28. rather the threads are built into the kernel, and are executed pre-emptively
  29. and distributed accross all available local processors
  30.  
  31. Microsoft has not made any other statements about supporting other
  32. elements of OSF's DCE or DME - we'll wait until they're fully defined, and
  33. then we'll see how well the market supports them. In the meantime we're
  34. moving ahead writing an infrastructure that can communicate with any
  35. directory service, accept any distributed file system, talk to any
  36. store and forward messageing system, etc, etc. If other OSF DCE or
  37. DME pieces become well supported, they can certainly be supported by
  38. Windows and Windows NT
  39.  
  40. -- Alistair
  41.