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 <v8hgnf$2k3mm$2@dont-email.me>
Deutsch   English   Français   Italiano  
<v8hgnf$2k3mm$2@dont-email.me>

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

Path: ...!feeds.phibee-telecom.net!news.mixmin.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: Lawrence D'Oliveiro <ldo@nz.invalid>
Newsgroups: comp.lang.c
Subject: Re: Python Versus C
Date: Fri, 2 Aug 2024 02:36:31 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 6
Message-ID: <v8hgnf$2k3mm$2@dont-email.me>
References: <v8bv5k$18i9h$2@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Date: Fri, 02 Aug 2024 04:36:31 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="480e27b3b4cc073acc0e6062d3b4dc69";
	logging-data="2756310"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX1+MqcgKJFUcZ6qFxXNs/e+N"
User-Agent: Pan/0.159 (Vovchansk; )
Cancel-Lock: sha1:UHpmXN/zWniSx8TAdMxNPaB4KZs=
Bytes: 1322

There are so many cases where the idea that Python is “slower” than C
really makes no difference to anything important. It matters where the
bottleneck is in CPU performance. But let’s face it, most programs
being written will not encounter such a situation. And even when they
do, it might not be where they think it is
<https://community.asterisk.org/t/no-excute-agi-command/103436/8>.