hi guys has anybody ever noticed any difficulties of FR to launch multiple initial threads? (thread_pool: start_servers n) context: on a Fedora Core 3 system (linux 2.6.9) I configured n=5 but FR would not start but one instance. also in the "radiusd -X" there is no notice of thread-pool config being read. does anybody have any ideas on that issue? how do I debug it? ("ldd radiusd" shows libpthread correctly linked into the binary). ciao artur
Artur Hecker <hecker@enst.fr> wrote:
context: on a Fedora Core 3 system (linux 2.6.9) I configured n=5 but FR would not start but one instance. also in the "radiusd -X" there is no notice of thread-pool config being read.
FC4 uses a newer Linux kernel, which *correctly* shows only one process via "ps", even when that process has multiple threads. And "-X" means "don't start threads". See the "man" page.
does anybody have any ideas on that issue? how do I debug it? ("ldd radiusd" shows libpthread correctly linked into the binary).
radiusd -xxf will start the server with debugging *and* threads. Alan DeKok.
participants (2)
-
Alan DeKok -
Artur Hecker