Hello,
>       I have been testing my SSL server for 2 days after 30k connections
> and memory remains calm.I assume the probelm has been solved by just adding
>                       ERR_free_strings();
>                       ERR_remove_state(0);
>               to each children thread before pthread_exit()
ERR_remove_state(0) in children thread should be enough.
ERR_free_strings() removes error text description and when you
will want (in the feature) to print errors you will have only
numbers.

Best regards,
-- 
Marek Marcola <[EMAIL PROTECTED]>

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to