Re: mod_jk endpoints

2018-10-21 Thread Rainer Jung
Am 22.10.2018 um 00:53 schrieb Jerry Malcolm: On 10/21/2018 3:17 AM, Mark Thomas wrote: We provide the Windows binaries because the build process is more involved, most users don't have the necessary toolchain  easily available and we only need to provide one binary for all Windows

Re: mod_jk endpoints

2018-10-21 Thread Rainer Jung
Am 22.10.2018 um 00:43 schrieb Jerry Malcolm: On 10/21/2018 7:27 AM, Rainer Jung wrote: Plus: mod_http2 uses additional threads per Apache httpd process. Look for H2Workers, H2MinWorkers and H2MaxWorkers in the mod_http2 docs. By default it seems you get ThreadsPerChild normal http worker

Re: mod_jk endpoints

2018-10-21 Thread Jerry Malcolm
On 10/21/2018 3:17 AM, Mark Thomas wrote: We provide the Windows binaries because the build process is more involved, most users don't have the necessary toolchain easily available and we only need to provide one binary for all Windows platforms (ok we provide several binaries with

Re: mod_jk endpoints

2018-10-21 Thread Jerry Malcolm
On 10/21/2018 7:27 AM, Rainer Jung wrote: Plus: mod_http2 uses additional threads per Apache httpd process. Look for H2Workers, H2MinWorkers and H2MaxWorkers in the mod_http2 docs. By default it seems you get ThreadsPerChild normal http worker threads plus ThreadsPerChild HTTP/2 worker

Re: mod_jk endpoints

2018-10-21 Thread Jerry Malcolm
On 10/21/2018 3:17 AM, Mark Thomas wrote: We need to see the configuration for: - httpd mpm / threads / processes - workers.proprties - Tomcat's AJP connector Mark I'm not sure where to find httpd mpm / threads / processes config. Nothing like that in my httpd.conf ---

Re: mod_jk endpoints

2018-10-21 Thread Rainer Jung
Am 21.10.2018 um 10:17 schrieb Mark Thomas: On October 21, 2018 7:38:25 AM UTC, Greg Huber wrote: So I'm using the 2016 1.2.40 version. Think you have to build mod_jk to use the latest and greatest, Correct. We stopped providing binary builds for anything other than Windows because there

Re: mod_jk endpoints

2018-10-21 Thread Mark Thomas
On October 21, 2018 7:38:25 AM UTC, Greg Huber wrote: >> So I'm using the 2016 1.2.40 version. > >Think you have to build mod_jk to use the latest and greatest, Correct. We stopped providing binary builds for anything other than Windows because there were just too many combinations. And it is

Re: mod_jk endpoints

2018-10-21 Thread Greg Huber
> So I'm using the 2016 1.2.40 version. Think you have to build mod_jk to use the latest and greatest, this is what I have in my notes (also from the website docs): mod_jk.so build yum install httpd-devel download tomcat-connectors-x.x.xx-src.tar.gz extract and cd into the native

mod_jk endpoints

2018-10-20 Thread Jerry Malcolm
Thanks for the responses to my earlier post about websockets/JSPs.  Http/2 is definitely the right answer for my issue there. HTTP/2 solved the problem with the throttling the multiple parallel requests with the browser connection limits.  But now opening that throttle has now exposed a