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 <v5cd6b$127vp$1@raubtier-asyl.eternal-september.org>
Deutsch   English   Français   Italiano  
<v5cd6b$127vp$1@raubtier-asyl.eternal-september.org>

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

Path: ...!weretis.net!feeder8.news.weretis.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.lang.c
Subject: Re: Down the hall, past the water cooler, third door on the left...
 (Was: realloc() - frequency, conditions, or experiences about) relocation?
Date: Mon, 24 Jun 2024 20:16:45 +0200
Organization: A noiseless patient Spider
Lines: 12
Message-ID: <v5cd6b$127vp$1@raubtier-asyl.eternal-september.org>
References: <v4ojs8$gvji$1@dont-email.me>
 <v54jac$3a4p2$1@raubtier-asyl.eternal-september.org>
 <v5bbd3$rhao$2@dont-email.me>
 <v5bv37$vejk$1@raubtier-asyl.eternal-september.org>
 <v5c49o$2ko7p$2@news.xmission.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Mon, 24 Jun 2024 20:16:44 +0200 (CEST)
Injection-Info: raubtier-asyl.eternal-september.org; posting-host="25e5eda89458a83976f4ab5b7ad682c9";
	logging-data="1122297"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX19q7E05Viw9CbOkxlgTBZFvNYOMI/Ru+nE="
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:n/hqp5btk9X5aCnbtaqbiWQ2GrM=
In-Reply-To: <v5c49o$2ko7p$2@news.xmission.com>
Content-Language: de-DE
Bytes: 1957

Am 24.06.2024 um 17:44 schrieb Kenny McCormack:
> In article <v5bv37$vejk$1@raubtier-asyl.eternal-september.org>,
> ...
>> In C++ you dont't have to think about that.
> 
> You don't have to worry about it in Fortran, either.

But Fortran is for sure not that flexible that you could build your
own containers basing on the same logic, partitially with lowlevel
facilities which are derived from C. I implemnented a parallel hash
map with some reader writer's locks which feel rather like a native
component of the language; try this with Fortran.