<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.30.3">
</HEAD>
<BODY>
Hello,<BR>
<BR>
On Fri, 2011-05-06 at 21:30 +0200, Ingela Andin wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
Where you using the old or the new erlang ssl implementation? Old ssl
scales poorly.
</PRE>
</BLOCKQUOTE>
<BR>
<BLOCKQUOTE TYPE=CITE>
<PRE>
If you use new ssl and not make any special configuration it will
always automatically
try to reuse sessions. (The server can refuse to reuse a session if it wants to)
How the old implementation works I can  not remember from the
top of my head but if you are using the old one I recomend upgrading
to the new one.
The new one is default in R14* and before that the old one is default.
I recomend R14.
</PRE>
</BLOCKQUOTE>
<BR>
I am using erlang R14B02, so I suppose it is the new ssl. Is there any way I can verify which implementation is actually used? Could it be that I was missing some dependency during the compilation of the erlang and the old ssl is actually used even though it is the version R14?<BR>
<BR>
Sasa
</BODY>
</HTML>