On 5/3/2011 11:31 AM, derleader mail wrote:
Hi,
I found OpenSSL server code which uses threds in order to process
clients. Is it possible to create connection pool with OpenSSL. There is
no information about this on openssl.org
How I can add threaded pool to this code?
http://pastebin.com/pkDB7fHm
Regards
Threading support in OpenSSL itself is pretty much limited to using
locks to permit, for example, more than one SSL connection to share the
same SSL context structure. If you want a connection pool, just write
one or use one that's already done. But OpenSSL won't really help you
with that -- it's just the SSL part.
DS
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List openssl-users@openssl.org
Automated List Manager majord...@openssl.org