[mythtv-commits] mythtv commits
mythtv at cvs.mythtv.org
mythtv at cvs.mythtv.org
Sat Oct 30 19:25:03 UTC 2004
----------------------------------------------------------------------------
Changes committed by bjm on Sat Oct 30 19:22:41 2004
Modified Files:
in mythtv/libs/libmythtv:
programinfo.cpp programinfo.h
in mythtv/programs/mythbackend:
scheduler.cpp
Log Message:
Scheduler optimization. Revise the check for too many episodes so that
it doesn't cause ScheduledRecording objects to be created. While these
are quick in terms of human interaction on the recording options page,
they are slow relative to the scheduler. Only a portion of the scheduler
run time was spent on queries and conflict resolution. The majority was
spent creating and deleting ScheduledRecording objects. This may improve
scheduler run times by a factor of 2X to 10X depending or several
factors. YMMV.
----------------------------------------------------------------------------
More information about the mythtv-commits
mailing list