3 Sep
2014
3 Sep
'14
1:59 p.m.
BALSIANOK, Peter wrote:
I agree with your arguments, unfortunately i need to use rlm_perl and on the other hand i can`t use rlm_ldap (in all respect is too simple to fulfill our complex tasks).
Well that is vague.
Perl is thread-safe. rlm_perl is thread-safe. Does it mean that more than one thread (freeradius) can use perl code (rlm-perl) in parallel ?
That's what I said. Please don't ask for confirmation. It's annoying.
Please Is it possible to use rlm_cache as storage previously processed request ( correct or incorrect ) to speed up processing ?
Not the way you're using it. You can't just cache *everything* and expect it to work. You have to catch what is needed, and only when it is needed. Alan DeKok.