faturita <rram...@gmail.com> writes: [...]
> This is all very basic, and it is working but I am aware of the "OpenSSL > multithreading (or not so) things" and I would like to know if this basic > stuff > needs some form of synchronization Not quite an answer to your question, but when faced with a similar problem about a year ago, we rewrote our code to use boost asio, and were very pleased with the results. It handled the SSL and helped us get rid of our very resource-hungry one-thread-per-connection model, without tons of changes outside of the I/O layer. Hope this is helpful, ----Scott. ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager majord...@openssl.org