Re: module timeout when using configurable fail-over

2004-08-17 Thread Alan DeKok
ROY <[EMAIL PROTECTED]> wrote: > Ok. If this should be added, where should it be done? I might try, but, > you must be right.. it's hard to do. Everywhere, in all of the modules. It's *very* hard. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: module timeout when using configurable fail-over

2004-08-16 Thread ROY
On Mon, 2004-08-16 at 23:06, Alan DeKok wrote: > ROY <[EMAIL PROTECTED]> wrote: > > is there a way to force a module to fail within specific period by > > setting a timeout param? say, if the module doesn't send a return value > > in X seconds, fail code will be in effect? > > No. That should b

Re: module timeout when using configurable fail-over

2004-08-16 Thread Alan DeKok
ROY <[EMAIL PROTECTED]> wrote: > is there a way to force a module to fail within specific period by > setting a timeout param? say, if the module doesn't send a return value > in X seconds, fail code will be in effect? No. That should be added, but it will be hard to do. > the current setup se

module timeout when using configurable fail-over

2004-08-15 Thread ROY
hi list, i'm trying to do configurable fail-over on the accounting section using sql: modules { sql cdr1 { server = x.x.x.x radiusdb = cdr blah blah } sql cdr2 { server = y.y.y.y radiusdb = cdr