Sujet : Re: Apache + mod_php performance
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.os.vmsDate : 02. Oct 2024, 22:56:59
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vdkfjb$3d48j$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 30
User-Agent : Pan/0.160 (Toresk; )
On Wed, 2 Oct 2024 14:08:52 -0400, Arne Vajhøj wrote:
How many threads can _directly_ update the GUI widgets/controls.
I am not aware of any GUI frameworks where it is more than one.
That’s quite usual. There should also be some call so a background thread
can safely post a callback to be executed on the GUI thread when it gets
an idle moment.