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?
