Re : Proper use of non-blocking sockets, ideas for application design.

2014-07-18 Thread nicolas . kox
error code) this means you should check the result, and may need to write the (num - ret) remaining bytes in another call - Mail d'origine - De: Eric Shufro À: openssl-users@openssl.org Envoyé: Fri, 18 Jul 2014 14:05:54 +0200 (CEST) Objet: Proper use of non-blocking sockets, idea

Proper use of non-blocking sockets, ideas for application design.

2014-07-18 Thread Eric Shufro
Hello. I am looking for advice for designing the transmit/receive network module of my application using openSSL. I originally designed the application using two threads, a transmit thread and a receive thread. These threads relied on a single BIO that was set for blocking more that would conne