Re: [Q] OpenSSL memory usage per connection

2012-04-08 Thread Andrey Kulikov
Using SSL_MODE_RELEASE_BUFFERS option can drop memory footprint from 50K to
around 5K per connection.
It is useful when we'll have big number of connections.
Also it may prevent excessive swapping.

On 7 April 2012 08:22, eric wang eric_x_w...@yahoo.com wrote:

 Dear OpenSSL developers

 We got a question on OpenSSL (0.9.8 or later) and hope to get help from
 the community.

 What is the memory usage per connection for OpenSSL 0.9.8 or 1.0.1?  What
 factors affect the memory usage, e.g. build options, authentication method?

 Really appreicate it if you can help

 Thanks



[Q] OpenSSL memory usage per connection

2012-04-07 Thread eric wang
Dear OpenSSL developers
 
We got a question on OpenSSL (0.9.8 or later) and hope to get help from the 
community. 
 
What is the memory usage per connection for OpenSSL 0.9.8 or 1.0.1?  What 
factors affect the memory usage, e.g. build options, authentication method?
 
Really appreicate it if you can help
 
Thanks