[mythtv-commits] mythtv commit: r11503 by gigem

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Wed Oct 11 01:23:06 UTC 2006


      Author: gigem
        Date: 2006-10-11 01:23:05 +0000 (Wed, 11 Oct 2006)
New Revision: 11503
   Changeset: http://cvs.mythtv.org/trac/changeset/11503

Modified:

   trunk/mythtv/programs/mythbackend/scheduler.cpp
   trunk/mythtv/programs/mythbackend/scheduler.h

Log:

Changed the scheduler to use a separate list without holding a lock
when recalculating the schedule.  This keeps getAllPending and
getConflicting from blocking while a recalculation is being done.  As
a result, the PlayBackBox should be much more responsive when
recordings are deleted, stopped or started.

Refs #2282





More information about the mythtv-commits mailing list