Sujet : Re: Apache + mod_php performance
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.os.vmsDate : 02. Oct 2024, 01:48:29
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vdi58t$2uj2c$2@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
User-Agent : Pan/0.160 (Toresk; )
On Tue, 1 Oct 2024 19:56:01 -0400, Arne Vajhøj wrote:
But I assume that the typical GTK application does use many threads.
I tried to do a GTK application with threading, once. Even though the
calls were supposed to be thread-safe, I kept hitting strange crashes.
In the end, I gave up and used asyncio tasks instead. And my code was now
able to scale well beyond the point where I was hitting those crashes
before, and still run fine.
It was the animsort example in this repo
<
https://bitbucket.org/ldo17/glibcoro_examples/>, if you’re curious.