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 <memo.20240605094016.3656K@jgd.cix.co.uk>
Deutsch   English   Français   Italiano  
<memo.20240605094016.3656K@jgd.cix.co.uk>

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: jgd@cix.co.uk (John Dallman)
Newsgroups: comp.arch
Subject: Re: architectural goals, Byte Addressability And Beyond
Date: Wed, 5 Jun 2024 09:40 +0100 (BST)
Organization: A noiseless patient Spider
Lines: 28
Message-ID: <memo.20240605094016.3656K@jgd.cix.co.uk>
References: <20240603130821.000076b3@yahoo.com>
Reply-To: jgd@cix.co.uk
Injection-Date: Wed, 05 Jun 2024 10:40:17 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="bfe0fab682a34a63fc84afb588811cea";
	logging-data="957814"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX185GcqCCCDi1OOG6fiwy4DiOEU7viZ1ybg="
Cancel-Lock: sha1:0eDS42VTsH/ulte0GIJTxJFEehk=
X-Clacks-Overhead-header: GNU Terry Pratchett
Bytes: 2141

In article <20240603130821.000076b3@yahoo.com>, already5chosen@yahoo.com
(Michael S) wrote:

> jgd@cix.co.uk (John Dallman) wrote:
> > In article <2024Jun3.074750@mips.complang.tuwien.ac.at>,
> > anton@mips.complang.tuwien.ac.at (Anton Ertl) wrote:
> > > SPARCs are big-endian and trap on unaligned access (at least 
> > > that was the case when I last used one long ago), while S/370 
> > > ff. does not trap on unaligned access.    
> > OK, that shoots down S/370 for this job. 
> What exactly is a job?
> Is it for pure personal amusement or there are practical needs?

I would like to keep testing the commercial product I work on in a
big-endian, alignment-trapping environment. However, there isn't much
budget available for this. We have a SPARC box doing it, left over from
when we actually supported Solaris, but as testing grows, its CPU power
becomes less adequate for the job. 

New SPARC boxes are expensive, dealing with Oracle is hard work, and the
architecture has no future. 

I've never been very serious about using Linux on IBM Z for this - it's
expensive and dealing with IBM is hard work, although the architecture
still seems to have a future - but if it doesn't trap misaligned accesses,
it's disqualified. 

John