Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Unix socket performance numbers

Hi,

On Fri, Nov 20, 2015 at 12:11 PM, Silvio Bierman
<sbierman@xxxxxxxxxxxxxxxxxx> wrote:
> Hello Greg,
>
> Can you shed any light on why HAProxy is so much faster than Jetty in
> handling SSL?

Historically, the JDK implementation of TLS (which we use in Jetty)
has been known for not being particularly fast and for being memory
hungry.
I'm not surprised that a C implementation based on OpenSSL outperforms
JDK's, even though the JDK is adding intrinsics to exploit native CPU
instructions, so perhaps, eventually, it may compare.

-- 
Simone Bordet
----
http://cometd.org
http://webtide.com
Developer advice, training, services and support
from the Jetty & CometD experts.


Back to the top