Punith Raj wrote: > I have a doubt regarding concurrency in freeradius. If freeradius > recives an eap-sim packets while it is authenticating one currently, > will the new packet ll' wait for the prior to complete or both ll be > authenticated simultaniously.
The server can process requests independently in each thread. This is true for all modules and methods (subject to some thread locks). > I could see thread implementation in > eapsim directory but just wanted to make sure once. There is no threading code in the EAP-SIM code. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

