29 Dec
2005
29 Dec
'05
1:07 p.m.
On December 29, 2005 12:57:34 PM -0500 Alan DeKok <aland@ox.org> wrote:
Liu dejun <dejun.liu@gmail.com> wrote:
The queue size is too big !! if thread's queus is full of auth packet or acct packet , the thread is busy processing the packets,the packet will time out by the thread clean process,so 65536 is too big for thread queue size.
No.
"too big" is a function of how fast the machine is, what kind of requests come in, and how many requests the machine can handle. If a machine can handle 5000 requests/second, then the queue contains only 13 seconds of request processing, so the requests won't time out.
What is the typical timeout for a NAS device? I am pretty sure that pam_radius' default timeout is only 3s. -frank