Hi,
What about the Event MPM which has workers threads, a thread for waiting
sockets and others (for each child) ?
It may be more adequate than the Worker MPM ?
I look at your prototype and I think I will test and think about it.
Pierre
On 2026/02/23 17:02:54 jean-frederic clere wrote:
> Hi,
>
> I started a prototype to see how complex is the problem, I have it
> "running" single threaded per child process.
>
> The main problem is that all our workers are for TCP sockets and it
> seems tricky to use any of the workers with UDP sockets.
>
> After days of thinking I am afraid I will need a specialized mpm, any
> opinions? Suggestions?
>
> The crappy code is in
> https://github.com/jfclere/openssl-h3-examples/tree/main/httpd (I have
> tested localhost with chrome and curl).
>
> --
> Cheers
>
> Jean-Frederic
>
>