Hi
I am trying to add openssl to my multithreaded client application (on
linux). Currently my application sends data (over tcp socket) from one
thread and read incoming data on another thread. 
Does openssl allow writing/reading from 2 different contexts ?
What is the recommended way to implement a client that can send and receive
data from openssl socket without interdependency between read and write
operations. ? Should I have one thread responsible for both read and write
operation and pass write data to this thread using some sort of message
queue ?


Thanks in advance

Ofer Avitzur

-- 
View this message in context: 
http://old.nabble.com/Calling-SSL_read-write-in-client-application-tp27511645p27511645.html
Sent from the OpenSSL - Dev mailing list archive at Nabble.com.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [email protected]
Automated List Manager                           [email protected]

Reply via email to