I downloaded openssl-0.9.4, configured the target to bsdi-elf-gcc and
compiled
on my BSDI-4.0 machine. The performance from "s_time" in "app/openssl" is
extremely slow when session id is reused. Here is how I run the command:
openssl s_server -port 4444 -cert server.pem -www -ssl3
openssl s_time -connect localhost:4444 -ssl3 -www index.html
It does 60 connections per second when session id is not reused. But, it
only does
5 connections per second when session id is reused.
If I use SSLv2 (option "-ssl2" on the openssl command line), the performance
data
looks right. It does 60 cps without session id reuse, and 100 cps with
session id
reuse.
I went back to version 0.9.2b and had the same result.
Any comment would be appreciated.
Thanks.
Yunhong
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]