[krbdev.mit.edu #3094] use poll()

Ken Raeburn via RT rt-comment at krbdev.mit.edu
Thu Jun 9 22:32:59 EDT 2005


poll() is probably a better interface to use than select() for our
library and KDC.  It allows for larger file descriptor numbers without a
huge amount of storage (e.g., like on AIX 5.2).  Also, it appears that
some systems are implementing select() in terms of poll() these days.


More information about the krb5-bugs mailing list