<div dir="ltr">Hi,<div><br></div><div>Is there a limitation for saving dynamic variables?</div><div>I'm asking this since I would like to collect data about the errors we send.</div><div><br></div><div>below is an example:</div><div>







<p class="gmail-p1"><font color="#0000ff"><span class="gmail-s1">send_reply("</span><span class="gmail-s2">503</span><span class="gmail-s1">", "Service Unavailable 0")</span><span class="gmail-s3">;</span></font></p><p class="gmail-p1"><font color="#0000ff"><span class="gmail-s4"><span class="gmail-Apple-converted-space"> </span>$avp(errorvar) =</span><span class="gmail-s1"> "ERR_</span><span class="gmail-s5">503</span><span class="gmail-s1">__Service_Unavailable_0"</span><span class="gmail-s3">;</span></font></p>
<p class="gmail-p1"><font color="#0000ff"><span class="gmail-s1"><span class="gmail-Apple-converted-space"> </span>update_stat("$avp(errorvar)", "+1")</span><span class="gmail-s3">;</span></font></p><p class="gmail-p1"><span class="gmail-s3"><br></span></p><p class="gmail-p1"><span class="gmail-s3">I'm afraid that we are going to have performance issues  if we have too many dynamic variables.</span></p><p class="gmail-p1"><span class="gmail-s3">Is there a way to delete variables from statistics and not just reset them?</span></p><p class="gmail-p1"><span class="gmail-s3"><br></span></p><p class="gmail-p1"><span class="gmail-s3"><br></span></p><p class="gmail-p1"><span class="gmail-s3">Thanks,</span></p><p class="gmail-p1"><span class="gmail-s3">Tali</span></p><p class="gmail-p1"><span class="gmail-s3"><br></span></p></div></div>