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 <vbm610$2aolh$2@dont-email.me>
Deutsch   English   Français   Italiano  
<vbm610$2aolh$2@dont-email.me>

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

Path: ...!news.mixmin.net!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: Address bits again, Article on new mainframe use
Date: Mon, 9 Sep 2024 06:53:20 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 20
Message-ID: <vbm610$2aolh$2@dont-email.me>
References: <vb9r4g$2o1f$1@gal.iecc.com>
	<memo.20240904163805.19028V@jgd.cix.co.uk> <vbch08$1u12$1@gal.iecc.com>
	<vbioi5$1j26j$15@dont-email.me>
	<b51fd28e5d0eeeebf2844f875741beca@www.novabbs.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Date: Mon, 09 Sep 2024 08:53:21 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="48619980776be9ad3edbc43d1fdbfd55";
	logging-data="2450097"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX1/aUK1UI5djJ2fHhMLD6Yzf"
User-Agent: Pan/0.160 (Toresk; )
Cancel-Lock: sha1:btfG3f5jX6EfXMhOp2O+SHDVtNc=
Bytes: 1865

On Sun, 8 Sep 2024 00:45:05 +0000, MitchAlsup1 wrote:

> On Sat, 7 Sep 2024 23:45:10 +0000, Lawrence D'Oliveiro wrote:
> 
>> On Thu, 5 Sep 2024 14:59:20 -0000 (UTC), John Levine wrote:
>>
>>> What I really wanted was relocatable segments I could load on demand
>>> or paging, but that was a lot to ask of an 8088 or a real mode 286.
>>
>> The Burroughs machines had swappable segments, I gather. So the
>> difference between segmentation and paging came down to: the address
>> space is still linear, but segments are variable-length, and pages are
>> fixed-length.
>>
>> It was soon generally agreed that fixed-length pages were easier to
>> deal with.
> 
> Largely because you could swap out part of a segment.

I’m assuming you meant “couldn’t” ...