<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Mon, Oct 21, 2013 at 10:53 AM, Okis Chuang <span dir="ltr"><<a href="mailto:okischuang@outlook.com" target="_blank">okischuang@outlook.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div lang="ZH-TW" link="blue" vlink="purple"><p class="MsoNormal">
That is, even virtual server “A” only has few operation to check, while “B” has much more things need to check and unfortunately maybe it could have low performance DB backend, does B might occupy resource in whole Authorize section so that A also become more and more busier?<br>
</p><p class="MsoNormal"><span lang="EN-US"><u></u></span></p></div></blockquote><div><br></div><div>Yes</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<div lang="ZH-TW" link="blue" vlink="purple"><p class="MsoNormal"><span lang="EN-US"> <u></u></span></p><p class="MsoNormal"><span lang="EN-US">In fact, I got many times of Error msg “child is hung for request in component authorize module” in radius.log. I would not think the loading in our server was really much high enough for causing late response to simulated request from our NMS per *<b>minute</b>*. Our wifi auth request per day is among 2000~3000 in average.</span></p>
</div></blockquote><div><br></div><div>only 2k per day? That's tiny. Something if seriously wrong with your db if it can't handle that much requests.</div><div> </div><div>IIRC one way to isolate problematic db is to use small num_sql_socks in sql.conf (default is 5). If the db is slow, it should bomb out quickly with "There are no DB handles to use" errors, but there should be only a small count of FR threads interacting with that db so that processes not using it (e.g. other virtual server) should still work just fine.</div>
<div><br></div><div>-- </div><div>Fajar</div><div> </div></div></div></div>