Re: timing the Tomcat SSL overhead

2011-03-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andrei, On 3/17/2011 2:04 PM, andrei d wrote: > So there are no relevant hooks in the Tomcat connectors and/or no way > to instrument that code? If you are using plain-old Java SSL, then Tomcat is not part of the equation: the Java runtime establishe

Re: timing the Tomcat SSL overhead

2011-03-17 Thread andrei d
Chris, So there are no relevant hooks in the Tomcat connectors and/or no way to instrument that code? (I assume that's where the connections are established) I am trying to avoid using client test code for this since I'd like to do the measurement on a production system under real load. Thanks,

Re: timing the Tomcat SSL overhead

2011-03-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andrei, On 3/16/2011 1:59 PM, andrei d wrote: > Is there a way for Tomcat to time the overhead introduced by using an SSL > connector? (vs a non-ssl one) > I was hoping I could use a Valve for this, but it looks like by the time a > valve is hit, the

timing the Tomcat SSL overhead

2011-03-16 Thread andrei d
Is there a way for Tomcat to time the overhead introduced by using an SSL connector? (vs a non-ssl one) I was hoping I could use a Valve for this, but it looks like by the time a valve is hit, the Connector already established a connection. thanks in advance andrei