
23 Feb
2010
23 Feb
'10
7:32 p.m.
"Igor R"
We use Asynchronous IO with SSL.
We are seeing that in the server side every time a connection occurs some memory is being used up and never getting really freed after the connection goes away. ASIO SSL relies on openssl, so maybe the problem is there? Try updating openssl.
Thanks for your input, I had been using OpenSSL 0.9.8c and I updated to OpenSSL 0.9.8h and I still see the same issue. There is no change in behavior. Is there anything else I could try?