<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>And for the records: I just pushed the commit with code adding a
      modparam for setting this value.<br>
    </p>
    <div class="moz-cite-prefix">On 07.10.20 17:20, Daniel-Constantin
      Mierla wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:b4fc7c3d-b572-4c07-de6f-c561cd2164cd@gmail.com">
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      <p>Hello,</p>
      <p>that can be made a modparam, but do you really need more than
        32 result containers? The result containers can be reused if you
        do not need the results at the same time or to be persistent in
        the worker process. So even you do sql_query() more than 32
        times, if you do not need all the 32+ results at the same time,
        then you should reuse the containers because it helps with
        performances (although it is not a real concern) as well as
        lower memory usage.</p>
      <p>In my configs, I do not recall any case when I needed more than
        4, even on very intensive db-oriented configs (e.g., with more
        than 20 queries on a request processing) and typically I have 1
        or 2 result containers per config.</p>
      <p>Cheers,<br>
        Daniel<br>
      </p>
      <div class="moz-cite-prefix">On 07.10.20 14:48, Duarte Rocha
        wrote:<br>
      </div>
      <blockquote type="cite"
cite="mid:CAAJJHZgxuHiQ+DvqyKfJWDDB7OVf6i7fmQDCuuCORJewqiWjMA@mail.gmail.com">
        <meta http-equiv="content-type" content="text/html;
          charset=UTF-8">
        <div dir="auto">
          <div dir="auto">Hey, </div>
          <div dir="auto"><br>
          </div>
          <div dir="auto">I just upgrade to Kamailio 5.4 and i see that
            now sqlops has a limitation of 32 results containers which
            is not enough for my proxy.</div>
          <div dir="auto"><br>
          </div>
          <div dir="auto">Is it possible that this limitation can be
            configured via module parameters?</div>
          <div dir="auto"><br>
          </div>
          <div dir="auto">In the meanwhile i've changed the value in
            sql_api.c but i would like to have my source code as close
            as the original as possible.</div>
          <div dir="auto"><br>
          </div>
          <div dir="auto">Best Regards,</div>
          <div dir="auto"><br>
          </div>
          <div dir="auto">Duarte Rocha</div>
        </div>
        <br>
        <fieldset class="mimeAttachmentHeader"></fieldset>
        <pre class="moz-quote-pre" wrap="">_______________________________________________
Kamailio (SER) - Users Mailing List
<a class="moz-txt-link-abbreviated" href="mailto:sr-users@lists.kamailio.org" moz-do-not-send="true">sr-users@lists.kamailio.org</a>
<a class="moz-txt-link-freetext" href="https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users" moz-do-not-send="true">https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users</a>
</pre>
      </blockquote>
      <pre class="moz-signature" cols="72">-- 
Daniel-Constantin Mierla -- <a class="moz-txt-link-abbreviated" href="http://www.asipto.com" moz-do-not-send="true">www.asipto.com</a>
<a class="moz-txt-link-abbreviated" href="http://www.twitter.com/miconda" moz-do-not-send="true">www.twitter.com/miconda</a> -- <a class="moz-txt-link-abbreviated" href="http://www.linkedin.com/in/miconda" moz-do-not-send="true">www.linkedin.com/in/miconda</a>
Funding: <a class="moz-txt-link-freetext" href="https://www.paypal.me/dcmierla" moz-do-not-send="true">https://www.paypal.me/dcmierla</a></pre>
    </blockquote>
    <pre class="moz-signature" cols="72">-- 
Daniel-Constantin Mierla -- <a class="moz-txt-link-abbreviated" href="http://www.asipto.com">www.asipto.com</a>
<a class="moz-txt-link-abbreviated" href="http://www.twitter.com/miconda">www.twitter.com/miconda</a> -- <a class="moz-txt-link-abbreviated" href="http://www.linkedin.com/in/miconda">www.linkedin.com/in/miconda</a>
Funding: <a class="moz-txt-link-freetext" href="https://www.paypal.me/dcmierla">https://www.paypal.me/dcmierla</a></pre>
  </body>
</html>