Warning: mysqli::__construct(): (HY000/1203): User howardkn already has more than 'max_user_connections' active connections in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\includes\artfuncs.php on line 21
Failed to connect to MySQL: (1203) User howardkn already has more than 'max_user_connections' active connections
Warning: mysqli::query(): Couldn't fetch mysqli in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\index.php on line 66
Article <v5dl6f$1dttg$1@dont-email.me>
Deutsch   English   Français   Italiano  
<v5dl6f$1dttg$1@dont-email.me>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: Lawrence D'Oliveiro <ldo@nz.invalid>
Newsgroups: comp.arch
Subject: Re: ancient OS history, ARM is sort of channeling the IBM 360
Date: Tue, 25 Jun 2024 05:39:28 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 19
Message-ID: <v5dl6f$1dttg$1@dont-email.me>
References: <s7r87j1c3u6mim0db3ccbdvknvtjr4anu3@4ax.com>
	<v5an0l$10bj$1@gal.iecc.com> <87le2vatq4.fsf@localhost>
	<v5asis$p33t$1@dont-email.me> <v5dfkf$1h3e$3@gal.iecc.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Date: Tue, 25 Jun 2024 07:39:28 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="250b38e1e4730787d8a829a06e323428";
	logging-data="1505200"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX193iodbPfYTP7RNVg/TYky4"
User-Agent: Pan/0.158 (Avdiivka; )
Cancel-Lock: sha1:nni1PV3VtWnOmNIPpemx5yJgR1s=
Bytes: 2047

On Tue, 25 Jun 2024 04:04:31 -0000 (UTC), John Levine wrote:

> According to Lawrence D'Oliveiro  <ldo@nz.invalid>:
>
>> How much of theoretical disk bandwidth was the filesystem capable of
>> using? Because I know early Unix systems were pretty terrible in that
>> regard, until Berkeley’s “Fast File System” came along.
> 
> My recollection is that if you were using QSAM with multiple buffers and
> full track records it wasn't hard to keep the disk going at full speed.
> Later versions of OS do chained scheduling if you have enough buffers,
> doing several disk operations with one cnannel program.

Presumably the downside of that was there was no such thing as “stream-
oriented” I/O: it was all record-based, just like most of the other OSes.

Unix was unique in hiding the need from applications/users to worry about 
sector sizes when writing to files and reading from files. But there was a 
significant overhead in that, at least in the early years.