[EMAIL PROTECTED] wrote:
>       I run freeradius:
>       %./configure --with-thread=no

  You really should NOT do that.  The non-threaded code isn't very
well tested.

>       %make
>       %make install
>       run freeradius on thread,not use thread pool

  That's not what you told it above...

>       when number of request from client  is more than max_requests,
>       The freeradius start to reject  request from all of the clients
> forever.

  Yup.  The non-threaded code isn't well tested.

>       I read note of radiusd.conf about cleanup_delay,max_requests.
>       Freeradius can clean all of the old request on memary after
> cleanup_delay
>       and receive request again.
>       Can you tell me why?

  Use threads.  Use thread pools.  They're the default in the 0.2
release.

  Alan DeKok.

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to