Re: (RADIATOR) Large number of handlers

2001-09-24 Thread Hugh Irvine
Hello David - I neglected to answer your second question yesterday. Include files are only read once at startup (as are hooks), so yes, any changes will require a restart of Radiator. regards Hugh On Monday 24 September 2001 14:46, David Napier wrote: > Hi All :) > > I was wondering if the

Re: (RADIATOR) Large number of handlers

2001-09-24 Thread Hugh Irvine
Hello David - If all you are doing is matching on Called-Station-Id, then I suggest you use the special code included in the goodies directory. The file is called "goodies/CalledStationId.pm" and it does a Realm-like direct table lookup on the Called-Station-Id in the access request. You wil