[sr-dev] [kamailio/kamailio] load_crl takes 90 seconds to complete it execution with large (multi-megabyte) crl file size (#2312)

maheshb2487 notifications at github.com
Mon May 4 15:51:27 CEST 2020


>From the code, each profile inside tls.cfg maps to this data structure tls_domain_t,  which contains SSL_CTX** ctx;   and this is an array of the child tcp process list.

What was the reason to keep it an array list, if am populating the same data to each and every member of the array list ? only one context would have been sufficient instead of an array of context inside tls_domain_t ?

Am just trying to understand what prompted to keep it as an array list of ssl_ctx, instead of a single ssl_ctx. So that could get to know the bigger picture of it.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/2312#issuecomment-623476481
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-dev/attachments/20200504/09789e7a/attachment.html>


More information about the sr-dev mailing list