<p>Richard Mudgett <strong>uploaded patch set #4</strong> to the change originally created by Alexei Gradinari.</p><p><a href="https://gerrit.asterisk.org/10587">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">res_pjsip.c: Make taskprocessor scheduling algorithm pick the shortest queue<br><br>The current round-robin method does not take the current taskprocessor<br>load into consideration when distributing requests.  Using the least-size<br>method the request goes to the taskprocessor that is servicing the least<br>number of active tasks at the current time.<br><br>Longer running tasks with the round-robin method can delay processing<br>tasks.<br><br>* Change the algorithm from round-robin to least-size for picking the<br>PJSIP taskprocessor from the default serializer pool.<br><br>Change-Id: I7b8d8cc2c2490494f579374b6af0a4868e3a37cd<br>---<br>M res/res_pjsip.c<br>1 file changed, 11 insertions(+), 16 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/87/10587/4</pre><p>To view, visit <a href="https://gerrit.asterisk.org/10587">change 10587</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.asterisk.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.asterisk.org/10587"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: 13 </div>
<div style="display:none"> Gerrit-MessageType: newpatchset </div>
<div style="display:none"> Gerrit-Change-Id: I7b8d8cc2c2490494f579374b6af0a4868e3a37cd </div>
<div style="display:none"> Gerrit-Change-Number: 10587 </div>
<div style="display:none"> Gerrit-PatchSet: 4 </div>
<div style="display:none"> Gerrit-Owner: Alexei Gradinari <alex2grad@gmail.com> </div>
<div style="display:none"> Gerrit-Reviewer: Alexei Gradinari <alex2grad@gmail.com> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins2 (1000185) </div>
<div style="display:none"> Gerrit-Reviewer: Richard Mudgett <rmudgett@digium.com> </div>