From mboxrd@z Thu Jan 1 00:00:00 1970 Path: eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Lawrence D'Oliveiro Newsgroups: comp.lang.ada Subject: Re: Parallel Sieve Of Eratosthenes Date: Mon, 1 Jul 2024 21:48:06 -0000 (UTC) Organization: A noiseless patient Spider Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Injection-Date: Mon, 01 Jul 2024 23:48:07 +0200 (CEST) Injection-Info: dont-email.me; posting-host="35befde2f32fa6750471555e4cd92fa9"; logging-data="1334908"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19D+28a5qPpYcQ9+3+I99Bq" User-Agent: Pan/0.158 (Avdiivka; ) Cancel-Lock: sha1:b1zt5NFDyRdNKfMnlEEdV8w8QhM= Xref: news.eternal-september.org comp.lang.ada:66212 List-Id: On Mon, 1 Jul 2024 11:17:09 +0200, J-P. Rosen wrote: > That's better, but as a general principle, you should move as much as > you can out of the rendezvous (minimize critical sequences). Still, it looks like protected types are the way to go.