On Mon, Jul 19, 1999 at 07:41:34PM -0400, Timothy Canfield wrote:
> Is there anyway to optimize the connection overhead (connections from
> multiple clients)? I have been trying to download lots of small files
> from an in-house server. I get very poor throughput since the files are
> only about 300 bytes. Of course when downloading large files (2-8 MB)
> I get much better throughput, at least in terms of KB/s.
What is the client software, what is the server software? If the
server can handle renegotiations, then maybe the client does not.
With OpenSSL, to continue a session as a client, you don't call
SSL_free and create a new SSL structure, but call
SSL_set_connect_state to reset the existing one; then that client will
use the negotiated protocol version and session ID for its next
connection attempt.
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]