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 connectionsPath: ...!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 Newsgroups: comp.lang.c++,comp.lang.c Subject: Re: Threads across programming languages Date: Wed, 1 May 2024 10:59:16 +0200 Organization: A noiseless patient Spider Lines: 27 Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Injection-Date: Wed, 01 May 2024 10:59:13 +0200 (CEST) Injection-Info: raubtier-asyl.eternal-september.org; posting-host="d66863e752376af43732745fa2825b15"; logging-data="3238502"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18GLOSbBXrPnBwVTPJNHABPlL6uHIpIGwg=" User-Agent: Mozilla Thunderbird Cancel-Lock: sha1:NXwbG9FCv5AjzZpqPz6vhqB7s5g= In-Reply-To: Content-Language: de-DE Bytes: 2160 Am 01.05.2024 um 10:53 schrieb Lawrence D'Oliveiro: > On Wed, 1 May 2024 10:13:03 +0200, Bonita Montero wrote: > >> 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++ ... > > Not much use, then. System-level programming is mostly made with C++. > But functions and classes are not first-class objects in C++, ... Of course, since C++11. > You cannot define function factories and class factories, like you > can in Python. Python is nothing for me since it is extremely slow.