<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hello,<br>
    <br>
    <div class="moz-cite-prefix">On 07/05/15 16:32, Mack Hendricks
      wrote:<br>
    </div>
    <blockquote
cite="mid:CAMr6TxFmi2GoMhKXP2ofc8EJ4ybxXqgjOpBwS3BZyO18VCfu2Q@mail.gmail.com"
      type="cite">
      <div dir="ltr">Hi All,
        <div><br>
        </div>
        <div>I'm looking to have a better understanding of when to use
          the Timer process versus the "Slow Timer" Process.  This is
          what I came up with, but please correct me:</div>
        <div><br>
        </div>
        <div>
          <div>
            <ul>
              <li>The “<b>Timer</b>” process is used to handle core
                processing within Kamailio.  Therefore, you don’t want
                to put long running logic into the routing handler<br>
                <br>
              </li>
              <li>The “<b>Slow Timer</b>” process can be used for long
                running processes<br>
              </li>
            </ul>
          </div>
        </div>
        <div><br>
        </div>
      </div>
    </blockquote>
    <br>
    Pretty much so -- see in the source tree the file: doc/timers.txt --
    it has some more details there for proper understanding.<br>
    <br>
    Also note that you can create your own timer processes if you write
    your own c module -- rtimer module can be used to see some examples
    of how to do it. With rtimer you can actually create new timer
    processes that execute config route blocks periodically.<br>
    <br>
    Cheers,<br>
    Daniel<br>
    <br>
    <pre class="moz-signature" cols="72">-- 
Daniel-Constantin Mierla
<a class="moz-txt-link-freetext" href="http://twitter.com/#!/miconda">http://twitter.com/#!/miconda</a> - <a class="moz-txt-link-freetext" href="http://www.linkedin.com/in/miconda">http://www.linkedin.com/in/miconda</a>
Kamailio World Conference, May 27-29, 2015
Berlin, Germany - <a class="moz-txt-link-freetext" href="http://www.kamailioworld.com">http://www.kamailioworld.com</a></pre>
  </body>
</html>