??? wrote:
>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.

That is not correct , I presume.
Very simply, 'SSL_accept'  allocates data (member of SSL structure) 
so you need to free that allocated area after your proc finished.  

Try to use SSL_free() explicitly.
# This should be suitable for 'openssl-users' ..
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
from Fukuoka.Japan
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to