Re: (RADIATOR) Sim. use control by Ping

2000-06-19 Thread Clement
Using top, I found the idle time percentage fluatuates between 94% to 99%. The cpu is a humble PII-300. Both the Radiator and MySQL runs on the same box. The Deletequeue statement is defined as: delete from RADONLINE where (NASIDENTIFIER='%N' and NASPORT=0%{NAS-Port}) or (FRAMEDIPADDRESS = '%

Re: (RADIATOR) Sim. use control by Ping

2000-06-19 Thread Hugh Irvine
Hello Clement - Thanks for your feedback. One question regarding your implementation - do you see much performance degradation using the more complicated DeleteQuery? Aaron reported a significant performance hit and I wondered what you were seeing? many thanks Hugh On Mon, 19 Jun 2000, Cleme

Re: (RADIATOR) Sim. use control by Ping

2000-06-18 Thread Clement
Yes, it works well. Thank you very much. Hugh Irvine wrote: > > Hello all - > > On Thu, 15 Jun 2000, Aaron Holtz wrote: > > I'm not sure that is correct. If you look at the code, DeleteQuery runs > > right before a new session is entered into the online database. So if > > your query include

Re: (RADIATOR) Sim. use control by Ping

2000-06-15 Thread Hugh Irvine
Hello all - On Thu, 15 Jun 2000, Aaron Holtz wrote: > I'm not sure that is correct. If you look at the code, DeleteQuery runs > right before a new session is entered into the online database. So if > your query includes removing the Framed IP from the database you should be > good to go. Usin

Re: (RADIATOR) Sim. use control by Ping

2000-06-15 Thread David Lloyd
On Thu, 15 Jun 2000, Mike McCauley wrote: > On Jun 15, 8:33am, Hugh Irvine wrote: > > Subject: Re: (RADIATOR) Sim. use control by Ping > > > > Hello Clement - > > > > This is exactly what one of our other customers has done - he added a > > "Delete

Re: (RADIATOR) Sim. use control by Ping

2000-06-15 Thread Aaron Holtz
not broken, it just lacks duct tape." -- On Jun 15, Mike McCauley molded the electrons to say >On Jun 15, 8:33am, Hugh Irvine wrote: >> Subject: Re: (RADIATOR) Sim. use control by Ping >> >>

Re: (RADIATOR) Sim. use control by Ping

2000-06-15 Thread Aaron Holtz
I'm not sure that is correct. If you look at the code, DeleteQuery runs right before a new session is entered into the online database. So if your query includes removing the Framed IP from the database you should be good to go. Using the ping type and changing up your DeleteQuery should keep y

Re: (RADIATOR) Sim. use control by Ping

2000-06-15 Thread Clement
I downloaded 2.16.1 and checked the document. It says "DeleteQuery" "is executed whenever a user session finishes". So this modification will not work because the problem that we want to fix is a loss of the account close packet. And that sessions are not closed properly. I suppose the change

Re: (RADIATOR) Sim. use control by Ping

2000-06-14 Thread Hugh Irvine
Hello Clement - You would configure the DeleteQuery in your clause. See section 6.6.4 in the Radiator 2.16.1 reference manual. regards Hugh On Thu, 15 Jun 2000, Clement wrote: > Looks excellent to me. Where can I get this feature? > > Mike McCauley wrote: > > ... > > The DeleteQuery gets

Re: (RADIATOR) Sim. use control by Ping

2000-06-14 Thread Clement
Looks excellent to me. Where can I get this feature? Mike McCauley wrote: > ... > The DeleteQuery gets run just before adding a new session. I wonder if the > right thing is to alter the DeleteQuery so it deletes the IP address too: > > DeleteQuery delete from RADONLINE where (NASIDENTIFIER

Re: (RADIATOR) Sim. use control by Ping

2000-06-14 Thread Aaron Holtz
te: >> Subject: Re: (RADIATOR) Sim. use control by Ping >> >> Hello Clement - >> >> On Wed, 14 Jun 2000, Clement wrote: >> > Hi Mike and Hugh, >> > >> > Thank you very much for the new feature. Most of the time, it works >> > well.

Re: (RADIATOR) Sim. use control by Ping

2000-06-14 Thread Mike McCauley
On Jun 15, 8:33am, Hugh Irvine wrote: > Subject: Re: (RADIATOR) Sim. use control by Ping > > Hello Clement - > > On Wed, 14 Jun 2000, Clement wrote: > > Hi Mike and Hugh, > > > > Thank you very much for the new feature. Most of the time, it works > &

Re: (RADIATOR) Sim. use control by Ping

2000-06-14 Thread Hugh Irvine
Hello Clement - On Wed, 14 Jun 2000, Clement wrote: > Hi Mike and Hugh, > > Thank you very much for the new feature. Most of the time, it works > well. However, we just come into a situation when the old IP was > reallocated and the PING test just failed to tell. > > I think the solution is

Re: (RADIATOR) Sim use

1999-04-11 Thread Mike McCauley
Hi Stephen, thanks for the suggestion. We have now added a new NasType of "ignore" which will always assume there are no other sessions for the user. Cheers. --- Mike McCauley

Re: (RADIATOR) Sim-Use

1999-03-29 Thread Mike McCauley
Hi Tom, I suspect you have the DefaultSimultaneousUse set in your AuthBy FILE? If that is so, you will have to swap the order in the user file to: tomwSimultaneous-Use = 2, Auth-Type = System .. Thats because the check items before your Auth-Type are check by AuthBy FILE, and th