Re: Trying to get a mod_h3 working using openssl and nghttp3
Eric Covener <[email protected]> Tue, 12 May 2026 11:52:32 -0400
| Newsgroups | gmane.comp.apache.devel |
|---|---|
| Message-ID | <CALK=YjN4NXg9xPdF5xF8i+BXUwYR9LTX0=s7Kz4j+-JciSD9gQ@mail.gmail.com> |
On Tue, May 12, 2026 at 11:24 AM jean-frederic clere <[email protected]> wrote: > > On 5/10/26 6:53 PM, Pierre Brochard wrote: > > 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 ? > > If we want to use the openssl streams like sockets we need to write a > specialized worker, for the moment the prototype use threads that aren't > in the MPM logic. > > I did a bunch of tries and on linux the upd data seem to stick on the > process/thread that was used to "accept" the new connection. Did you see PT_USER / ap_mpm_register_poll_callback_timeout in trunk?