[Info-vax] Apache + mod_php performance

Arne Vajhøj arne at vajhoej.dk
Tue Oct 1 20:30:04 EDT 2024


On 10/1/2024 7:46 PM, Arne Vajhøj wrote:
> On 10/1/2024 8:16 AM, Simon Clubley wrote:
>> On 2024-09-30, Arne Vajhøj <arne at vajhoej.dk> wrote:
>>> At least a main thread and an event thread.
>>>
>>
>> No. In the GUIs I am aware of, the main GUI thread _is_ the event thread.
> 
> OK.
> 
> I am used to Java Swing and .NET WinForms where event thread is not
> main thread.

And that was not correct.

I checked the docs.

in .NET Application.Run does start the event loop in current thread,
which will usually be main thread.

Not sure why I have always thought it was a separate thread.

Mea culpa.

> But I guess it sort of makes sense to combine them. Main thread
> usually doesn't do anything after kicking of the GUI stuff.

Arne



More information about the Info-vax mailing list