Re: [RADIATOR] Trace level online changing

2010-08-06 Thread Heikki Vatiainen
On 08/06/2010 02:12 PM, Arthur Konovalov wrote: > Does proxy will work with DIAMETER protocol too? Server farming was mentioned in this thread, so I thought I would say something about Diameter and farming. From experience I can tell that Diameter works with server farm. Since Diameter runs over

Re: [RADIATOR] Trace level online changing

2010-08-06 Thread Arthur Konovalov
Thank You for explanation. Does proxy will work with DIAMETER protocol too? br, Arthur > The frontend simply proxies the requests with an "AuthBy *BALANCE" to the > backends where the processing occurs. > > You would set up multiple backends on different port numbers such that all of > your pr

Re: [RADIATOR] Trace level online changing

2010-08-06 Thread Hugh Irvine
Hello Arthur - Well if you only use FarmSize on its own, the children will round-robin taking packets from the socket queue. In your case I see you are only processing accounting requests, so I am guessing that if you only process accounting starts and accounting stops, two of the processes a

Re: [RADIATOR] Trace level online changing

2010-08-06 Thread Arthur Konovalov
OK, it's clear now. Thank You. > The parent process does not handle any RADIUS requests itself, so although > you have increased the debug level for the parent process, the children are > still running at Trace 3. > > BTW, about Farming. It's unclear for me from CPU load aspect. My Radiator

Re: [RADIATOR] Trace level online changing

2010-08-06 Thread Hugh Irvine
Hello Arthur - When you specify "FarmSize 4" in your configuration file, you are telling Radiator to start 4 child processes, all of which listen on the AuthPort and AcctPort you have specified. The parent process does not handle any RADIUS requests itself, so although you have increased the

[RADIATOR] Trace level online changing

2010-08-06 Thread Arthur Konovalov
Hi! Please correct me if I'm wrong. I understand that in Linux environment is possible online trace level changing. Radiator started with "Trace 3" and after running "/etc/rc.d/rc.radiator inc" I have in log file only: Fri Aug 6 10:27:55 2010 648930: INFO: Trace level changed to 4 Fri Aug 6 10: