[OT](a bit) Re: HTTP and MPM support

2019-01-25 Thread tomcat
On 25.01.2019 21:15, Paul B. Henson wrote: On 1/25/2019 11:00 AM, Michael A. Capone wrote: I have to add my voice to the growing chorus here. Me too. Frequently when the topic of mod_perl going stale comes up somebody jumps in with "That's old stuff, you should be using PSGI/Plack". Those peo

Re: HTTP and MPM support

2019-01-25 Thread Dr James Smith
Agree with this we use AAA handlers - but more importantly output filters to allow content to be decorated per site (independent of what generates the content perl/java/php proxied content etc...} and add in a few useful extra logging features that rely on things like transHandlers and log & cl

Re: HTTP and MPM support

2019-01-25 Thread Paul B. Henson
On 1/25/2019 11:00 AM, Michael A. Capone wrote: I have to add my voice to the growing chorus here. Me too. Frequently when the topic of mod_perl going stale comes up somebody jumps in with "That's old stuff, you should be using PSGI/Plack". Those people simply don't understand the overall uti

Re: HTTP and MPM support

2019-01-25 Thread Sive Lindmark
> On 25 Jan 2019, at 20:00, Michael A. Capone > wrote: > > > > On 1/25/19 10:54 AM, Randolf Richardson wrote: >>> On 25.01.2019 1modperl@perl.apache.org8:35, John Dunlap wrote: I'm in the process of optimizing our web application for performance and one thing that I was real

Re: HTTP and MPM support

2019-01-25 Thread Michael A. Capone
On 1/25/19 10:54 AM, Randolf Richardson wrote: On 25.01.2019 18:35, John Dunlap wrote: I'm in the process of optimizing our web application for performance and one thing that I was really excited to try was mod_http2 because it allows the browser to send multiple requests through the same T

Re: HTTP and MPM support

2019-01-25 Thread Randolf Richardson
> On 25.01.2019 18:35, John Dunlap wrote: > > I'm in the process of optimizing our web application for performance and > > one thing that I > > was really excited to try was mod_http2 because it allows the browser to > > send multiple > > requests through the same TCP connection with compressed h

Re: HTTP and MPM support

2019-01-25 Thread tomcat
On 25.01.2019 18:35, John Dunlap wrote: I'm in the process of optimizing our web application for performance and one thing that I was really excited to try was mod_http2 because it allows the browser to send multiple requests through the same TCP connection with compressed headers. However, whe

HTTP and MPM support

2019-01-25 Thread John Dunlap
I'm in the process of optimizing our web application for performance and one thing that I was really excited to try was mod_http2 because it allows the browser to send multiple requests through the same TCP connection with compressed headers. However, when I enabled it and restarted apache I was gr