Tuc <[EMAIL PROTECTED]> wrote: > When it starts to chew CPU, I see alot of : > > poll(0x81c7c00,0x3,0x0) = 0 (0x0) > gettimeofday(0xbfbfeabc,0x0) = 0 (0x0) ... > Does this seem odd?
Yes. It looks like the main loop which reads requests is getting poked, even when there's nothing to do. As a result, it keeps waking up, and looking for things to do. Without access to a FreeBSD system, there isn't much more I can say. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

