From de6aec7594d1a5411bf2a91acdd07aaacf1d1958 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Tue, 17 Feb 2009 21:05:17 +0000 Subject: [PATCH] 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/ ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@176641 65c4cc65-6c06-0410-ace0-fbb531ad65f3