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 <v0stic$325kv$3@raubtier-asyl.eternal-september.org>
Deutsch   English   Français   Italiano  
<v0stic$325kv$3@raubtier-asyl.eternal-september.org>

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

Path: ...!news.nobody.at!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++,comp.lang.c
Subject: Re: Threads across programming languages
Date: Wed, 1 May 2024 10:13:03 +0200
Organization: A noiseless patient Spider
Lines: 12
Message-ID: <v0stic$325kv$3@raubtier-asyl.eternal-september.org>
References: <GIL-20240429161553@ram.dialup.fu-berlin.de>
 <v0ogum$1rc5n$1@dont-email.me> <v0ovvl$1ur12$4@dont-email.me>
 <v0p06i$1uq6q$5@dont-email.me>
 <v0shti$2vrco$2@raubtier-asyl.eternal-september.org>
 <v0spsh$31ds4$3@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Wed, 01 May 2024 10:13:00 +0200 (CEST)
Injection-Info: raubtier-asyl.eternal-september.org; posting-host="d66863e752376af43732745fa2825b15";
	logging-data="3217055"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX1+o5MDwP0ZLFY//U58XbohAWjv7SsH0ez4="
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:LYFacNjwmOZKstw9NtpARtr/65U=
In-Reply-To: <v0spsh$31ds4$3@dont-email.me>
Content-Language: de-DE
Bytes: 1784

Am 01.05.2024 um 09:10 schrieb Lawrence D'Oliveiro:
> On Wed, 1 May 2024 06:54:13 +0200, Bonita Montero wrote:
> 
>> Boost.ASIO does that all for you with a convenient interface.
>> If enabled it even uses io_uring or the Windows' pendant.
> 
> How many languages does it support?

Just C++, because it's Boost. It has a strong functional interface
and I like functional programming very much and C++ is a fully fea-
tured functional programming language since C++11.