Path: utzoo!attcan!uunet!snorkelwacker!usc!samsung!umich!terminator!dabo.ifs.umich.edu!rees From: rees@dabo.ifs.umich.edu (Jim Rees) Newsgroups: comp.sys.apollo Subject: Re: OSF Picks Apollo's NCS for Distributed Computing Message-ID: <1990Jun15.160253.3858@terminator.cc.umich.edu> Date: 15 Jun 90 16:02:53 GMT References: <9006071810.AA19272@richter.mit.edu> <673@bull.bull.fr> Sender: usenet@terminator.cc.umich.edu (usenet news) Reply-To: rees@citi.umich.edu (Jim Rees) Organization: University of Michigan IFS Project Lines: 24 In article <673@bull.bull.fr>, marc@spix7.depr.bull.fr ( Marc PARIGOT ) writes: > AFS (Andrew File System) is a distributed file system built on top of NCS. > Has anyone information about it? I've just finished a port (client only) of AFS 3.0 to Domain/OS. It's not built on top of NCS. It uses rx, an rpc from cmu (enough acronyms?). I don't know rx's ancestry but I think it uses Sun xdr to pack the bits. The OSF DCE contains an AFS built on parts of NCS I think, but that won't be out for a while. By the way, NCS contains an RPC, but has lots of other parts too, like a distributed naming service. Glossary: AFS Andrew File System CMU Carnegie-Mellon University DCE Distributed Computing Environment NCS Network Computing System OSF Open Software Foundation rpc Remote Procedure Call rx ? xdr eXternal Data Representation