> After accepting many incoming SSL connections hence many threads creation > and deletion > the memory usage of the program will increase up to a higher percentage > after some time.
That doesn't mean that the memory is leaked. > Before i applied those cleanup functions,mem usage will pile up > really fast > after a not-so-many > inbound connections.. > > I observed this by using "top" at Linux-gentoo distribution. > > Any suggestions,please? You really need to establish whether the memory is actually leaked or not. And if it is leaked, you need to establish where it was allocated. There are lots of tools for this purpose. DS ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager [EMAIL PROTECTED]