Skip Menu |
 

Subject: use kqueue to detect edu.mit.Kerberos file changing
krb5 should use the kqueue API (kernel event notification mechanism) to detect when
edu.mit.Kerberos changes rather than calling stat() all the time.

"man kqueue" on an OS X box for more information.
Passing bugs to Zhanna.

This bug is marked for 1.7 but I do not believe we have promised it to anyone for 1.7 (nor has it
been on the feature lists for 1.7). Fixing it does greatly reduce the amount of filesystem polling
we do.