[Info-vax] Apache + mod_php performance
Arne Vajhøj
arne at vajhoej.dk
Wed Oct 2 14:08:52 EDT 2024
On 10/2/2024 2:04 PM, Simon Clubley wrote:
> On 2024-10-02, Arne Vajhøj <arne at vajhoej.dk> wrote:
>> On 10/2/2024 1:32 PM, Simon Clubley wrote:
>>> On 2024-10-01, Arne Vajhøj <arne at vajhoej.dk> wrote:
>>>> If I look at Windows GUI applications that also runs on Linux then I see:
>>>>
>>>> FireFox (just 1 tab open) - 96 threads
>>>> ThunderBird - 72 threads
>>>> LibreOffice - 22 threads
>>>>
>>>> Is it different on Linux?
>>>
>>> What makes you think those extra threads are doing anything directly
>>> with the GUI ?
>>>
>>> Also, I thought Windows was a single-thread GUI model (at least it was
>>> back in the traditional Win32 days IIRC). Has that changed recently ?
>>
>> Maybe we are not talking about the same.
>>
>> Are we talking about how many threads can update the GUI
>> widgets/controls or are we talking about how many threads
>> in the GUI application?
>
> How many threads can _directly_ update the GUI widgets/controls.
I am not aware of any GUI frameworks where it is more than one.
I showed the code for Java Swing and C# Win Forms for how to
get the GUI update into the event thread from another thread.
Arne
More information about the Info-vax
mailing list