[asterisk-commits] russell: branch 1.6.0 r176640 - /branches/1.6.0/

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Tue Feb 17 15:05:07 CST 2009


Author: russell
Date: Tue Feb 17 15:05:07 2009
New Revision: 176640

URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=176640
Log:
Blocked revisions 176639 via svnmerge

........
r176639 | russell | 2009-02-17 15:04:08 -0600 (Tue, 17 Feb 2009) | 9 lines

Significantly improve scheduler performance under high load.

This patch changes the scheduler to use a max-heap to store pending scheduler
entries instead of a fully sorted doubly linked list.  When the number of
entries in the scheduler gets large, this will perform much better.  For much
more detailed information on this change, see the review request.

Review: http://reviewboard.digium.com/r/160/

........

Modified:
    branches/1.6.0/   (props changed)

Propchange: branches/1.6.0/
------------------------------------------------------------------------------
Binary property 'trunk-blocked' - no diff available.




More information about the asterisk-commits mailing list