[Info-vax] Apache + mod_php performance

John Dallman jgd at cix.co.uk
Tue Oct 1 08:23:00 EDT 2024


In article <vdgp60$2nh73$1 at dont-email.me>,
clubley at 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 


More information about the Info-vax mailing list