I would like to create a pool of TLS connections/session in SHM so I can use the TLS connections in multiple processes (not at the same time of course).
I did read on old forum threads that it was not possible, but approaching the year 2017 is it still the case or now there is a way to put in SHM the SSL handler and whatever is created and needed for the TLS session ?
I am developing in C or C++ on Linux.
EDIT : On Hold because based on opinions. Could you explain to me what are the opinions expressed in the question ?
Thank you