Re: Future MPM Support?

2018-07-29 Thread Paul Silevitch
Like Dr. James Smith, I'm hooking into multiple handlers and using filters. I'm currently using prefork but thought people were using worker in production (assuming the application is thread safe). Is that not the case? Paul On Sat, Jun 9, 2018 at 7:03 AM, Dr James Smith wrote: > No - because o

Re: Future MPM Support?

2018-07-29 Thread John Dunlap
prefork is, currently, is still the only MPM which works reliably for us. The others segfault at seemingly random intervals. On Sun, Jul 29, 2018 at 8:18 PM, Paul Silevitch wrote: > Like Dr. James Smith, I'm hooking into multiple handlers and using > filters. I'm currently using prefork but thou

Re: Future MPM Support?

2018-07-29 Thread Paul B. Henson
On Sun, Jul 29, 2018 at 04:18:54PM -0400, Paul Silevitch wrote: > Like Dr. James Smith, I'm hooking into multiple handlers and using filters. Yep, me too; Plack is really not a feature equivilent replacement for mod_perl :(.