13 Jun
2006
13 Jun
'06
1:08 p.m.
"Robles Rodriguez,Alejandro" <Alejandro.RoblesRodriguez@tre.se> wrote:
Has anyone noticed this behavior with similar SQL setup on MySQL or similar Relational Database with similar isolation level and locking mechanisms? If so do you have any advice on how to prevent the above described problem?
A simple solution would be to go to the bottom of rlm_sqlippool.c, and change it from RLM_TYPE_THREAD_SAFE to RLM_TYPE_THREAD_UNSAFE. Then re-compile & re-install. Alan DeKok.