Sujet : Re: Apache + mod_php performance
De : jgd (at) *nospam* cix.co.uk (John Dallman)
Groupes : comp.os.vmsDate : 01. Oct 2024, 13:23:47
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <memo.20241001132351.19028y@jgd.cix.co.uk>
References : 1
In article <
vdgp60$2nh73$1@dont-email.me>,
clubley@remove_me.eisner.decus.org-Earth.UFP (Simon Clubley) wrote:
No. In the GUIs I am aware of, the main GUI thread _is_ the event
thread.
On at least Android and iOS, developers are warned that if the GUI thread
is unresponsive to events for more than a few seconds, the OS will assume
that it has hung or is infinite looping, and will start popping up
warnings and/or killing the application. The GUI thread is required to
start other threads to do anything that may take significant time.
These OSes consider the GUI to be the main thing of an application. Since
they are very user-focused OSes, at least as much about emotional
gratification as computing, this makes some sense.
John