Re: SSL Session Reuse in APR based connector

2015-11-27 Thread Sanaullah
Thanks Chirs. On Thu, Nov 26, 2015 at 11:12 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > Sanullah, > > On 11/26/15 11:21 AM, Sanaullah wrote: > > we are currently running tomcat 8 and I am trying to achieve higher > > performance. one of the process is to use the SSL Session r

Re: SSL Session Reuse in APR based connector

2015-11-26 Thread Christopher Schultz
Sanullah, On 11/26/15 11:21 AM, Sanaullah wrote: > we are currently running tomcat 8 and I am trying to achieve higher > performance. one of the process is to use the SSL Session reuse which will > reduce the CPU intensive computation. > > Can someone let me know if its supported for APR based co

SSL Session Reuse in APR based connector

2015-11-26 Thread Sanaullah
Hi, we are currently running tomcat 8 and I am trying to achieve higher performance. one of the process is to use the SSL Session reuse which will reduce the CPU intensive computation. Can someone let me know if its supported for APR based connector and also let me know the right parameter to use