Re: Future MPM Support?

2018-08-04 Thread Adam Prime
You should really throw a light weight server that can handle http 2 between your clients and your mod_perl machines. It’s not ideal in terms of maximizing what http 2 can do, but it can have a very significant impact. Adam > On Aug 4, 2018, at 9:08 PM, Michael A. Capone > wrote: > > Yes, h

Re: Future MPM Support?

2018-08-04 Thread Michael A. Capone
Yes, http/2 is our primary concern right now.  At the moment, we've made the business decision to stay on mod_perl rather than migrate to another platform and gain http/2 benefits, but for how long can we maintain that decision?  I'm honestly not sure. Now, we significantly under-utilize mod_p

Re: Future MPM Support?

2018-08-04 Thread Paul Silevitch
Also issues with http/2 since it is not supported by prefork mpm anymore. On Wed, Aug 1, 2018 at 12:44 PM, John Dunlap wrote: > The biggest deficiency of mod_perl, at the moment, is that it cannot > provide web sockets. In today's world, that's a huge problem. > > On Wed, Aug 1, 2018 at 11:30 AM