NetNITCO Systems Administration <[EMAIL PROTECTED]> wrote: >> We're currently testing 0.8.1 and everything is working properly, >> however, on the CVS 0.7 version running in production, 'start_servers' >> is set to '5' and starts 5 radius processes on startup, but, 0.8.1, in >> test, with 'start_servers' set to '10' and 'min_spare_servers' set to >> '3', I would assume that there should be more than one instance of the >> radiusd process, however, we are only seeing one. Is there something >> I'm missing?
Alan DeKok <[EMAIL PROTECTED]> wrote: >It starts *threads*, not *processes*. Depending on your system, you >may not see multiple threads, as they all exist inside of one process. Try this: ps -Am | grep radiusd The m switch shows all threads. This works for me on a Red Hat Linux 8.0 machine. Steve - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
