Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watmath!orchid!egisin From: egisin@orchid.UUCP Newsgroups: comp.os.eunice Subject: Re: Eunice can't deal with 5-part newsgroup names Message-ID: <7655@orchid.UUCP> Date: Tue, 19-May-87 16:03:05 EDT Article-I.D.: orchid.7655 Posted: Tue May 19 16:03:05 1987 Date-Received: Wed, 20-May-87 02:00:01 EDT References: <18960@ucbvax.BERKELEY.EDU> Organization: U of Waterloo, Ontario Lines: 9 In article <18960@ucbvax.BERKELEY.EDU>, leres@ucbarpa.Berkeley.EDU (Craig Leres) writes: > The directory depth limit doesn't bother me nearly as much as the lack > of performance the VMS filesystem displays. (For the most part) it does > 512 byte disk I/O. Note that the BSD "fast" filesystem does 8k disk I/O > by default. I'm pretty sure the default for disk I/O by RMS for sequential files is 16 blocks, or 8K. The C RTL (and Eunice?) bypass most of RMS for Stream-LF files and do block I/O with 512 byte blocks.