My name is Taehwan Choi and I am a graduate student of Yonsei University in Seoul, 
Korea.

I really apprericate if anybody help me. This is very important for me.

I tried to solve this problem in thousand ways and got no gain.

Actully, I am programming using openssl in my project. 

The problem I come up with my project is that the increae of virtual memory size in 
every connection from a client.

I debugged and I found that the increae was caused by SSL_accept(con).

I guess this is because of cache in SSL.

I tried to flush by SSL_CTX_flush_sessions(ctx,0);

but there is no decrease in my process

I tried not to cache sessions by 
SSL_CTX_set_session_cache_mode(ctx,SSL_SESS_CACHE_OFF);

However, there is always increase in virtual memory after SSL_accept

Why is that?

Please help me. I am very desperate.

Thanks in advance.....
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to