16 Nov
2024
16 Nov
'24
8:51 a.m.
On Nov 16, 2024, at 4:53 AM, Francis Augusto Medeiros-Logeay <r_f@med-lo.eu> wrote:
I was, but I also tested with running radiusd as a service. Got the same results. Somehow the python module is blocking other threads
The Python interpreter has a global lock (GIL). So I suspect that's it.
Is there a special way to do it? What I do is that I send two authenticate requests, and see at the second never gets processed until the first one returns something to the client.
See radiusd.conf, "thread pool" If Python doesn't work, maybe try Perl. Alan DeKok,