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?
It starts *threads*, not *processes*. Depending on your system, you may not see multiple threads, as they all exist inside of one process. This is a OS-specific admin question. > Also, sql.conf's 'num_sql_socks' variable is set to '10', and the > radius.log shows 10 connections to MySQL on startup, however, we only > see one mysql instance, but on our production environment, we see an > additional mysql process for each 'num_sql_sock'. Is there something > different about 0.8.x that causes this, or is there something different > between MySQL 3.23.49 (currently in production) and MySQL 3.23.55 > (currently in test?) I don't know anything about MySQL. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
