Hi,

On Fri, Nov 20, 2015 at 12:11 PM, Silvio Bierman
<[email protected]> 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.
_______________________________________________
jetty-users mailing list
[email protected]
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users

Reply via email to