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 <vtvq5i$149vk$1@dont-email.me>
Deutsch   English   Français   Italiano  
<vtvq5i$149vk$1@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: signalling a condvar from inside vs. signalling a condvar von
 outside
Date: Sat, 19 Apr 2025 02:25:05 -0700
Organization: A noiseless patient Spider
Lines: 23
Message-ID: <vtvq5i$149vk$1@dont-email.me>
References: <vte0g6$pmgv$1@raubtier-asyl.eternal-september.org>
 <vtef76$16guv$1@dont-email.me>
 <vtgloc$36urv$1@raubtier-asyl.eternal-september.org>
 <vth3gt$3j0qm$1@dont-email.me>
 <vth5ig$3kqh7$1@raubtier-asyl.eternal-september.org>
 <vthb0p$3p9fh$1@dont-email.me>
 <vtl9ii$3dqu3$1@raubtier-asyl.eternal-september.org>
 <vtmapb$bjcc$1@dont-email.me>
 <vtnam3$1c6fn$1@raubtier-asyl.eternal-september.org>
 <vtpcnt$384n4$1@dont-email.me>
 <vtpu86$3qnsh$1@raubtier-asyl.eternal-september.org>
 <vtq3dt$3vg77$1@dont-email.me>
 <vtqo57$hi7r$1@raubtier-asyl.eternal-september.org>
 <vtrf3u$15mgp$1@dont-email.me>
 <vtsph1$2d55o$1@raubtier-asyl.eternal-september.org>
 <vtu9un$3mhje$1@dont-email.me>
 <vtub8i$3o27s$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: Sat, 19 Apr 2025 11:25:07 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="aef3828e034e8f533cd77d3f4a64e9bf";
	logging-data="1189876"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX1/FjTkv3IgSdIoEIhb7zP3BUhrYgh71brg="
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:vfdw5Gq0cJzVm7DBqqqlJyBsPZ0=
Content-Language: en-US
In-Reply-To: <vtub8i$3o27s$1@raubtier-asyl.eternal-september.org>
Bytes: 2539

On 4/18/2025 1:05 PM, Bonita Montero wrote:
> Am 18.04.2025 um 21:42 schrieb Chris M. Thomasson:
>> On 4/17/2025 10:56 PM, Bonita Montero wrote:
>>> Am 17.04.2025 um 19:51 schrieb Chris M. Thomasson:
>>>
>>>> The only thing I can say is that signalling, especially 
>>>> broadcasting, from the outside is ideal no matter what lib's you are 
>>>> using. ..
>>>
>>> With broadcasting it also doesn't matter if you broadcast from inside
>>> or outside.
>>>
>>
>> We have to agree to disagree? Fair enough?
> 
> But there's one interesting fact to learn at last: broadcasting is more
> efficient than unicasting.

Ugggg... Only broadcast when you absolutely have to! Not willy nilly. 
Argh! Anyway...

[...]