Matt Scifo <[EMAIL PROTECTED]> wrote: > I began to play around with my thread-pool settings and noticed that > only one radiusd process was running despite the settings.
That depends on your local system. Some systems show only one process, even if multiple threads are running. > Running the daemon in debug mode failed to produce any output > relating to the use of threads which I had seen in other posts to > this list. Debug mode doesn't use threads. Edit the source code & rebuild to enable threads in debugging mode. Look in src/main/radiusd.c for the string 'X' (with the quotes). Delete one of the following lines which has 'spawn_flag' in it. Rebuild & reinstall radiusd. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
