<HTML><BODY style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space; ">Hi,<DIV><SPAN class="Apple-tab-span" style="white-space:pre">  </SPAN>I have a problem where I need a lot of threads to catch accounting data, a lot of threads means a lot of DB handles.  Alas this means more than 256 db handles which is the limit for rlm_sql.  My thoughts therefore was to instantiate multiple rlm_sql modules to increase the number of db handles availible.</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>However I am wondering on how to now use this.  </DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>This system is purely for accounting.  If I say put in the accounting stanza:</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>sql1</DIV><DIV>sql2</DIV><DIV>sqln</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>Will the accounting packet be sent to all sql instanses in turn, or just the 1st one that succeeds ? and then not any further ?  Will a "no free db handles" error from sql1 lead to sql2 being attempted ?</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>Thanks in advance</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV><BR class="khtml-block-placeholder"></DIV><BR><BR><DIV> <P style="margin: 0.0px 0.0px 0.0px 0.0px"><FONT face="Helvetica" size="3" style="font: 12.0px Helvetica">-----</FONT></P> <P style="margin: 0.0px 0.0px 0.0px 0.0px"><FONT face="Helvetica" size="3" style="font: 12.0px Helvetica">Graeme Hinchliffe (BSc)</FONT></P> <P style="margin: 0.0px 0.0px 0.0px 0.0px"><FONT face="Helvetica" size="3" style="font: 12.0px Helvetica">Core Systems Designer</FONT></P> <P style="margin: 0.0px 0.0px 0.0px 0.0px"><FONT face="Helvetica" size="3" style="font: 12.0px Helvetica">Zen Internet (<A href="http://www.zen.co.uk">http://www.zen.co.uk</A>/)</FONT></P> <P style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica; min-height: 14.0px"><BR></P> <P style="margin: 0.0px 0.0px 0.0px 0.0px"><FONT face="Helvetica" size="3" style="font: 12.0px Helvetica">Direct: 0845 058 9074</FONT></P> <P style="margin: 0.0px 0.0px 0.0px 0.0px"><FONT face="Helvetica" size="3" style="font: 12.0px Helvetica">Main<SPAN class="Apple-converted-space">  </SPAN>: 0845 058 9000</FONT></P> <P style="margin: 0.0px 0.0px 0.0px 0.0px"><FONT face="Helvetica" size="3" style="font: 12.0px Helvetica">Fax <SPAN class="Apple-converted-space">  </SPAN>: 0845 058 9005</FONT></P>  </DIV><BR></BODY></HTML>