Ruby Cruiser <[EMAIL PROTECTED]> writes: > Also, > "SSL_read" does not return at all... I don't know > what's going on. > > What does Blocking and non_blocking IO mean?? Blocking I/O means that when you ask to read or write on the socket and there's no data or buffer space available the call won't return until it can complete. Nonblocking I/O means it will return with an error.
See Stevens's "Unix Network Programming" or "Advanced Programming In the Unix Environment" for more details. -Ekr ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]