RE: Socket layer and OpenSsl

2005-01-18 Thread Henry Su
shant KumarSent: Tuesday, January 18, 2005 6:45 AMTo: openssl-dev@openssl.org; openssl-users@openssl.orgSubject: Socket layer and OpenSsl Hello Group,   In the project I am working on, we are trying to use OpenSsl in the non blocking mode. However, we want to avoid using the BSD select

Socket layer and OpenSsl

2005-01-18 Thread Prashant Kumar
Hello Group,   In the project I am working on, we are trying to use OpenSsl in the non blocking mode. However, we want to avoid using the BSD select call and also may have to modify the read/send, write/receive calls. Basically, we want to modify the socket library to achieve our scaling requiremen