[Info-vax] Apache + mod_php performance

Lawrence D'Oliveiro ldo at nz.invalid
Tue Oct 1 20:48:29 EDT 2024


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.


More information about the Info-vax mailing list