Return-Path: X-Original-To: apmail-tomcat-dev-archive@www.apache.org Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C82F618F99 for ; Sun, 14 Feb 2016 21:45:42 +0000 (UTC) Received: (qmail 35759 invoked by uid 500); 14 Feb 2016 21:45:37 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 35672 invoked by uid 500); 14 Feb 2016 21:45:37 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 35662 invoked by uid 99); 14 Feb 2016 21:45:37 -0000 Received: from mail-relay.apache.org (HELO mail-relay.apache.org) (140.211.11.15) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 14 Feb 2016 21:45:37 +0000 Received: from [192.168.23.9] (host217-44-152-105.range217-44.btcentralplus.com [217.44.152.105]) by mail-relay.apache.org (ASF Mail Server at mail-relay.apache.org) with ESMTPSA id 023301A0163 for ; Sun, 14 Feb 2016 21:45:36 +0000 (UTC) To: "dev@tomcat.apache.org" From: Mark Thomas Subject: NIO + JSSE + NIO + OpenSSL X-Enigmail-Draft-Status: N1110 Message-ID: <56C0F575.7090306@apache.org> Date: Sun, 14 Feb 2016 21:45:25 +0000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit All, In preparation for the connector selection webinar next week, I just did a quick test of NIO + JSSE and NIO + OpenSSL. I was working with 9.0.x trunk including my JASPIC patch NIO + JSSE ~8200 requests/second Add the native lib to $CATALINA_BASE/bin and restart. No other changes at all. NIO + OpenSSL ~12300 requests/second Simply dropping in the native library improves TLS performance by roughly 50%. Kudos to remm and jfclere. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org