17 Nov
2007
17 Nov
'07
3 p.m.
Liangliang Guo wrote:
-Free radius is a single thread or mutil-thread application? -So what is the threading model of freeradius, one query/one thread or there are a fix amount of worker thread(e.g. as the same as the number of CPU, configurable number of worker thread).
The source code makes this clear. See src/main/threads.c. Alan DeKok.