Xref: utzoo comp.misc:13025 comp.os.misc:1930 comp.protocols.nfs:2534 Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!think.com!mintaka!spdcc!rbraun From: rbraun@spdcc.COM (Rich Braun) Newsgroups: comp.misc,comp.os.misc,comp.protocols.nfs Subject: Re: NFS Implementation(s) Wanted! Message-ID: <8088@spdcc.SPDCC.COM> Date: 26 Jun 91 17:30:05 GMT References: <1991Jun25.183632.21267@intellistor.com> <10418@sun203.crosfield.co.uk> Followup-To: comp.misc Organization: Kronos Inc., Waltham, Mass. Lines: 20 bryan@intellistor.com (John Bryan) writes: >>We at Intellistor are looking for source-code NFS server >>implementations that would be suitable for porting to a non-UNIX >>environment. We'd be ecstatic to find a public-domain NFS server >>implementation... Look for the Sun/BSD source code on ftp.uu.net (available via anonymous FTP and usable but with certain restrictions). Also available is SOSS, which is available as source on sun.soe.clarkson.edu. SOSS runs under DOS and is quite portable, but it implements an older version of the NFS protocol. If you're looking for high-performance, you probably will want to go with proprietary rather than public implementations. But then again, the NFS protocol itself is not exactly fast to begin with, particularly on write operations: NFS' biggest advantage is compatibility, not performance. -rich