[mythtv] [mythtv-commits] mythtv commit: r22955 - in trunk by danielk
Jim Stichnoth
stichnot at gmail.com
Mon Dec 7 19:00:51 UTC 2009
On Mon, Dec 7, 2009 at 4:50 AM, Daniel Kristjansson
<danielk at cuymedia.net> wrote:
> On Mon, 2009-12-07 at 00:12 -0500, Glen Dragon wrote:
>> Daniel,
>> Regarding this commit:
>> On Sun, Dec 6, 2009 at 3:31 PM, <mythtv at cvs.mythtv.org> wrote:
>> Author: danielk
>> Date: 2009-12-06 20:31:57 +0000 (Sun, 06 Dec 2009)
>> New Revision: 22955
>> Changeset: http://svn.mythtv.org/trac/changeset/22955
>
>> Refs #7691. Speeds up Watch Recordings updates by using the
>> less heavy weight UPDATE_PROG_INFO instead of
>> RECORDING_LIST_CHANGE in a number of places.
> <snip>
>> The last post pretty accurately describes my problem, if there is a
>> hdpvr recording going on on the slave backend, the entire setup, all
>> frontends etc, are essentially unusable.
>
> This problem has been reported to me, but I was unable to reproduce
> with my current setup and current trunk. The initial commit had a
> loop, but I thought had already fixed it. If this still occurs with
> trunk can you try something for me?
>
> In RemoteSendEvent() replace gContext->IsMasterBackend()
> with gContext->IsBackend(), that shouldn't cause any problems
> and might fix the problem.
This appears to fix the problem on my system. Filesize updates are
now being made once every 2-10 seconds, rather than every 20-30ms. I
tested r22962 with and without this one-line change.
I'll report back if I see any more related problems, for example when
I get a chance to test Live TV, and also the problem I noted with
zero-length recordings.
Jim
More information about the mythtv-dev
mailing list