Hi all 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. I could see thread implementation in eapsim directory but just wanted to make sure once. Thanks in advance -- Regards Punith
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.
It was just a wild grep :( in rlm_eap folder. Thanks once again Alan. On 10/22/07, Alan DeKok <aland@deployingradius.com> wrote:
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
-- Regards Punith
participants (2)
-
Alan DeKok -
Punith Raj