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 <vsfriu$2852l$3@dont-email.me>
Deutsch   English   Français   Italiano  
<vsfriu$2852l$3@dont-email.me>

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

Path: ...!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!eternal-september.org!.POSTED!not-for-mail
From: "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com>
Newsgroups: comp.lang.c++
Subject: Re: Pre-main construction order in modules
Date: Mon, 31 Mar 2025 21:54:53 -0700
Organization: A noiseless patient Spider
Lines: 9
Message-ID: <vsfriu$2852l$3@dont-email.me>
References: <vsb12i$2mv42$1@dont-email.me> <vsbl21$1jsvi$1@dont-email.me>
 <vsbo2p$1p5ov$1@dont-email.me> <dTdGP.136957$cgs7.71710@fx14.ams4>
 <vsbqc2$1rk0n$1@dont-email.me> <48eGP.730204$J61.500281@fx08.ams4>
 <vsc0o9$2294v$2@raubtier-asyl.eternal-september.org>
 <5HfGP.241316$i41.190620@fx06.ams4>
 <vsc15c$22qfr$1@raubtier-asyl.eternal-september.org>
 <pLfGP.630914$Kb9a.52361@fx16.ams4>
 <vsc1b1$230rd$1@raubtier-asyl.eternal-september.org>
 <JPfGP.1508894$gHk7.1105564@fx17.ams4>
 <vsc1r1$23fpb$1@raubtier-asyl.eternal-september.org>
 <DXfGP.206189$Xb1.36076@fx05.ams4>
 <vsc8nl$2afmg$1@raubtier-asyl.eternal-september.org>
 <vscb8b$2c0ne$1@dont-email.me>
 <vsd9ll$3fu7p$1@raubtier-asyl.eternal-september.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Tue, 01 Apr 2025 06:54:54 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="6a28caa622631622252af857ca6212f6";
	logging-data="2364501"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX182xLecoKEStL6MkjsqE4e/8yTtfT4wU+o="
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:1He/oqSrLoDfIKtRwAYnkHFwhnc=
Content-Language: en-US
In-Reply-To: <vsd9ll$3fu7p$1@raubtier-asyl.eternal-september.org>
Bytes: 1967

On 3/30/2025 10:37 PM, Bonita Montero wrote:
> Am 30.03.2025 um 22:57 schrieb Chris M. Thomasson:
> 
>> Creating threads, socket-connections before main is a bad idea...? ;^o
> 
> Why ?
> 

Is main all setup pre main?