Chris, On Tue, Mar 4, 2014 at 4:18 PM, Christopher Schultz < ch...@christopherschultz.net> wrote:
> Dmitry, > > On 3/4/14, 2:48 AM, Dmitry Batiyevskiy wrote: > > Howard, My connector config is the following (i've already posted > > that): > > > > <Connector port="8443" maxHttpHeaderSize="8192" maxThreads="15000" > > enableLookups="false" disableUploadTimeout="true" acceptCount="100" > > scheme="https" secure="true" SSLEnabled="true" compression="off" > > SSLCertificateFile="/opt/tomcat/mycompany.com.crt" > > SSLCertificateKeyFile="/opt/tomcat/mycompany.com.key" /> > > > > Also -Dhttps.protocols=TLSv1 option is passed to java machine > > > > The reason for me to use apr connector is https performance, isn't > > NIO much slower in that? > > I don't have any recent performance data, but using OpenSSL is > apparently measurably faster than using JSSE. > > On the other hand, is the NIO connector does not crash, isn't that a > point in its favor? Can you please clarify your statements above? are you saying that OpenSSL implies (or equals) NIO or APR? I'm asking, because I only use NIO connector without SSL.