RE: Regarding epollET with SSL_read/ SSL_write

2007-07-10 Thread David Schwartz
> But as per the behavior of the Edge triggered epoll, > the epoll_wait will raise event only if it receives a data > after putting this in the read event of epoll every time. > Does this affect the behavior of SSL_read / SSL_write. If any > one implements the server using epoll ET can you please

Regarding epollET with SSL_read/ SSL_write

2007-07-10 Thread Kingston Smiler
Hi, Can any one give information about the application which uses epoll ET instead of select for polling the underlying bio in SSL. As per the man page, SSL_read() works based on the SSL/TLS records. The data are received in records (with a maximum record size of 16kB for SSLv3/TLSv1). Only when