<div dir="ltr">thank you mark</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Aug 5, 2014 at 11:56 AM, Mark Michelson <span dir="ltr"><<a href="mailto:mmichelson@digium.com" target="_blank">mmichelson@digium.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>On 08/05/2014 09:56 AM, bala murugan wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;padding-left:1ex;border-left-color:rgb(204,204,204);border-left-width:1px;border-left-style:solid">
Hi ,<br>
<br>
<br>
   I installed asterisk 12 and when I run command connecting to CLI core show taskprocessors  I see below results , not sure the processor name with Hex char what it means has anyone got the same result and if possible can explain how to interpret this results .<br>

<br>
</blockquote>
<br></div>
res_pjsip.c uses a threadpool to distribute the work that it does. Some users of res_pjsip.c require that their work be handled in sequence, so they use serializers in order to group these tasks together. For instance, res_pjsip_session.c creates a serializer for each SIP dialog that it creates. This way, tasks pertaining to the dialog are handled serially, and there are fewer concurrency concerns regarding data scoped to the dialog.<br>

<br>
Serializers, internally, use an ast_taskprocessor in order to do their duty. Serializers created using the ast_sip_create_serializer() function use a UUID [1] to name their taskprocessors. The output that you have pasted shows many taskprocessors with UUIDs as names, which likely are all serializers in the SIP stack.<br>

<br>
I hope that answers your question.<br>
Mark Michelson<br>
<br>
[1] <a href="http://www.ietf.org/rfc/rfc4122.txt" target="_blank">http://www.ietf.org/rfc/<u></u>rfc4122.txt</a><span class="HOEnZb"><font color="#888888"><br>
<br>
-- <br>
______________________________<u></u>______________________________<u></u>_________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
<br>
asterisk-dev mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
  <a href="http://lists.digium.com/mailman/listinfo/asterisk-dev" target="_blank">http://lists.digium.com/<u></u>mailman/listinfo/asterisk-dev</a><br>
</font></span></blockquote></div><br></div>