Skip Menu |
 

Subject: use poll()
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.