On Mon, 2006-06-26 at 03:53 -0700, Girish Venkatachalam wrote:
> Right. If I were you I would use kqueue() on *BSD or
> epoll() which is avail only on 2.6 linux kernels. 
> 
> I am not sure what you are trying to achieve but it
> may be worthwhile to take a look at libevent by Neils
> Provos as well. It abstracts out select(), kqueue()
> and epoll() thus making ur app portable as a bonus. 
> 
> You may read the paper by Jonathan Lemmon on kqueue()s
> advantages over select(). Select() gets horribly
> inefficient as the number of file descriptors
> increases. 

As I said in another posting: It's not me implementing the select() it
is OpenSSL code. Thanks for the advise anyway.

Thanks
Leon



______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to