"Tariq Rashid" <[EMAIL PROTECTED]> wrote: > consider clusters of proxying freeradius - no database backend - these > servers merely proxy radius requests onto other servers (possibly other > organisations)... would real-time scheduling improve the "jitter" at this > layer which sees large numbers of small sized transactions?
Probably not. The server keeps track of time in 1s increments internally, rather than using 'struct timeval', and more detailed tracking. So even if the OS scheduled the process "better", the internal packet scheduling will probably have high jitter. Alan DeKok. -- http://deployingradius.com - The web site of the book http://deployingradius.com/blog/ - The blog - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

