<div>Hello,</div>
<div>Is there any way to avoid REALTIME in query the same table many times trying to authenticate a user?</div>
<div>&nbsp;</div>
<div>Something like authenticate by name OR/AND&nbsp;ipaddr OR/AND&nbsp;host.</div>
<div>&nbsp;</div>
<div>Right now it is trying to authenticate first on name, then on ipaddr, and then using the host.</div>
<div>&nbsp;</div>
<div>Thats 3 querys over the same table, and if the table is very big, is going to overload and delay the call.</div>
<div>&nbsp;</div>
<div>Thanks,</div>
<div>&nbsp;</div>
<div>WIlmar</div>