Re: [PATCH] 'clogging' input filters and the event MPM

2007-06-12 Thread Jim Jagielski
+1 (concept) On Jun 10, 2007, at 9:13 PM, Paul Querna wrote: Attached is a patch that should let people run mod_ssl under the Event MPM. Previously, the event mpm would put a socket into its event thread to wait for input, but due to issues with how mod_ssl might be buffering data (or the

[PATCH] 'clogging' input filters and the event MPM

2007-06-10 Thread Paul Querna
Attached is a patch that should let people run mod_ssl under the Event MPM. Previously, the event mpm would put a socket into its event thread to wait for input, but due to issues with how mod_ssl might be buffering data (or the entire request) in it, this would cause SSL'ized requests to stall