RE: native API - to make Apache/Tomcat faster

2015-05-29 Thread Jeffrey Janner
-Original Message- From: Christoph P.U. Kukulies [mailto:k...@kukulies.org] Sent: Tuesday, May 26, 2015 9:37 AM To: Tomcat Users List Subject: Re: native API - to make Apache/Tomcat faster Am 26.05.2015 um 15:36 schrieb Christopher Schultz: So you are using either mod_proxy_ajp

native API - to make Apache/Tomcat faster

2015-05-26 Thread Christoph P.U. Kukulies
There is this native Apache API if I recall correctly to speed up Apache. Is there such for Tomcat too? And should this be established at any rate for production servers? -- Christoph Kukulies - To unsubscribe, e-mail:

Re: native API - to make Apache/Tomcat faster

2015-05-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Christoph, On 5/26/15 6:45 AM, Christoph P.U. Kukulies wrote: There is this native Apache API if I recall correctly to speed up Apache. Is there such for Tomcat too? If by Apache you mean Apache httpd, you need to understand that Apache httpd

Re: native API - to make Apache/Tomcat faster

2015-05-26 Thread Christoph P.U. Kukulies
Am 26.05.2015 um 15:06 schrieb Christopher Schultz: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Christoph, On 5/26/15 6:45 AM, Christoph P.U. Kukulies wrote: There is this native Apache API if I recall correctly to speed up Apache. Is there such for Tomcat too? If by Apache you mean

Re: native API - to make Apache/Tomcat faster

2015-05-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Christoph, On 5/26/15 9:25 AM, Christoph P.U. Kukulies wrote: Am 26.05.2015 um 15:06 schrieb Christopher Schultz: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Christoph, On 5/26/15 6:45 AM, Christoph P.U. Kukulies wrote: There is this

Re: native API - to make Apache/Tomcat faster

2015-05-26 Thread Christoph P.U. Kukulies
Am 26.05.2015 um 17:41 schrieb David kerber: On 5/26/2015 11:26 AM, Christoph P.U. Kukulies wrote: Am 26.05.2015 um 17:18 schrieb André Warnier: Christoph P.U. Kukulies wrote: Am 26.05.2015 um 15:36 schrieb Christopher Schultz: So you are using either mod_proxy_ajp or mod_proxy? mod_proxy

Re: native API - to make Apache/Tomcat faster

2015-05-26 Thread David kerber
On 5/26/2015 9:36 AM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- ... The rebooting the server is a cure. That seems to be a popular cure with Microsoft Windows servers ;) But unfortunately, it's only treating the symptoms, not curing the disease... :-(

Re: native API - to make Apache/Tomcat faster

2015-05-26 Thread André Warnier
David kerber wrote: On 5/26/2015 9:36 AM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- ... The rebooting the server is a cure. That seems to be a popular cure with Microsoft Windows servers ;) But unfortunately, it's only treating the symptoms, not curing the

Re: native API - to make Apache/Tomcat faster

2015-05-26 Thread Christoph P.U. Kukulies
Am 26.05.2015 um 15:36 schrieb Christopher Schultz: So you are using either mod_proxy_ajp or mod_proxy? mod_proxy Are you using TLS anywhere in the mix? (I should hope so, since you are deploying a CMS). Does httpd terminate TLS? Do you encrypt the connection(s) between httpd and Tomcat

Re: native API - to make Apache/Tomcat faster

2015-05-26 Thread André Warnier
Christoph P.U. Kukulies wrote: Am 26.05.2015 um 15:36 schrieb Christopher Schultz: So you are using either mod_proxy_ajp or mod_proxy? mod_proxy Are you using TLS anywhere in the mix? (I should hope so, since you are deploying a CMS). Does httpd terminate TLS? Do you encrypt the

Re: native API - to make Apache/Tomcat faster

2015-05-26 Thread Christoph P.U. Kukulies
Am 26.05.2015 um 17:18 schrieb André Warnier: Christoph P.U. Kukulies wrote: Am 26.05.2015 um 15:36 schrieb Christopher Schultz: So you are using either mod_proxy_ajp or mod_proxy? mod_proxy I have not yet found the time to debug the connection and to locate the actual missing

Re: native API - to make Apache/Tomcat faster

2015-05-26 Thread David kerber
On 5/26/2015 11:26 AM, Christoph P.U. Kukulies wrote: Am 26.05.2015 um 17:18 schrieb André Warnier: Christoph P.U. Kukulies wrote: Am 26.05.2015 um 15:36 schrieb Christopher Schultz: So you are using either mod_proxy_ajp or mod_proxy? mod_proxy I have not yet found the time to

Re: native API - to make Apache/Tomcat faster

2015-05-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Christoph, On 5/26/15 10:36 AM, Christoph P.U. Kukulies wrote: Am 26.05.2015 um 15:36 schrieb Christopher Schultz: So you are using either mod_proxy_ajp or mod_proxy? mod_proxy I meant to say mod_proxy_ajp or mod_proxy_http. I'm assuming

RE: native API - to make Apache/Tomcat faster

2015-05-26 Thread Caldarale, Charles R
From: Christoph P.U. Kukulies [mailto:k...@kukulies.org] Subject: Re: native API - to make Apache/Tomcat faster That sounds like you have a resource leak of some kind, which is tying up server resources (memory, probably). This sounds a bit like that but I'm not sure. Please stick