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 <vb9i89$3r11d$1@raubtier-asyl.eternal-september.org>
Deutsch   English   Français   Italiano  
<vb9i89$3r11d$1@raubtier-asyl.eternal-september.org>

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!raubtier-asyl.eternal-september.org!.POSTED!not-for-mail
From: Bonita Montero <Bonita.Montero@gmail.com>
Newsgroups: comp.arch,comp.lang.c++,sci.math
Subject: Re: CoolThreads contest...
Followup-To: comp.arch,comp.lang.c++
Date: Wed, 4 Sep 2024 14:02:19 +0200
Organization: A noiseless patient Spider
Lines: 15
Message-ID: <vb9i89$3r11d$1@raubtier-asyl.eternal-september.org>
References: <vb7tm2$3fiei$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Wed, 04 Sep 2024 14:02:17 +0200 (CEST)
Injection-Info: raubtier-asyl.eternal-september.org; posting-host="3dfe9bfb7b9f5add2086ca74efbbd594";
	logging-data="4031533"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX1+FArhEzfzh+v+zbAF7UZON2zgX2V1+52w="
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:xrqLEL/3T1JzxzBSFePT4Xf6fwM=
In-Reply-To: <vb7tm2$3fiei$1@dont-email.me>
Content-Language: de-DE
Bytes: 1755

Am 03.09.2024 um 23:05 schrieb Chris M. Thomasson:
> I found the old site where the Sun CoolThreads contest was held:
> 
> https://web.archive.org/web/20070620081114/https:// 
> coolthreads.dev.java.net/
> Can you get to that page?
> For my vZoom project, Sun gave me a T2000 server! Fun times back in the 
> early 2000's.

For servers I think the Rock-CPU was an interesting design. No OoO
-execution and the instruction-level parallelism on each core comes
from additional threads.
But most server-CPUs today are spin-offs from desktop- or mobile-CPUs
where single-threading performance is necessary.