Re: thread pool information

2006-01-08 Thread Shivageetha C
 
 
 [EMAIL PROTECTED] 01/06/06 11:18 am  
DilipSimha.N.M [EMAIL PROTECTED] wrote:

 start_servers = 5
 ... but 5 RADIUS servers aren't started initially.
 then what is this attribute for??

  threads are not processes.  The server starts 5 threads, not
processes.

But when I listed the threads belonging to the radiusd, 5 threads are
NOT getting displayed as expected ...
bellow is the screen snap shot. Can you please help me in understanding
the same...
 # ps -C radiusd -L
  PID   LWP TTY  TIME CMD
15343 15343 pts/100:00:00 radiusd
 #

Thanks,
Shivageeta


List info/subscribe/unsubscribe? See
http://www.freeradius.org/list/users.html

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


thread pool information

2006-01-05 Thread DilipSimha.N.M

hi,

can anyone please tell me abt the thread pool configurations?

start_servers = 5
... but 5 RADIUS servers aren't started initially.
then what is this attribute for??

--DilipSimha
- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: thread pool information

2006-01-05 Thread Alan DeKok
DilipSimha.N.M [EMAIL PROTECTED] wrote:
 can anyone please tell me abt the thread pool configurations?

  Read the documentation in the comments in radiusd.conf?

 start_servers = 5
 ... but 5 RADIUS servers aren't started initially.
 then what is this attribute for??

  threads are not processes.  The server starts 5 threads, not processes.

  Alan DeKok.
- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html