Hello, Is there a reason why epoll has to wakeup every 5 seconds? That interval seems to be very short and caused daemons (such as the idmapd used with NFSv4 processing) to need quit a bit of the cpu for really no good reason...
Looking at the code, it appears the 5 second comes from a hard code value (i.e. #define TIMEOUT_DEFAULT {5, 0}) so I must wonder if there was any hidden reason for the timeout to be so short and if not, would it cause any obvious problems to simply set to -1 so the epoll will wait forever... Or make that value configurable... steved. _______________________________________________ Libevent-users mailing list Libevent-users@monkey.org http://monkey.org/mailman/listinfo/libevent-users