[mythtv-commits] Ticket #7847: After resume from long S3 sleep, scheduling via EPG isn't refreshed on EPG

MythTV mythtv at cvs.mythtv.org
Tue Feb 2 06:35:47 UTC 2010


#7847: After resume from long S3 sleep, scheduling via EPG isn't refreshed on EPG
------------------------------+---------------------------------------------
 Reporter:  warpme@…          |       Owner:  ijr           
     Type:  defect            |      Status:  infoneeded_new
 Priority:  minor             |   Milestone:  0.23          
Component:  MythTV - General  |     Version:  0.22-fixes    
 Severity:  medium            |     Mlocked:  0             
------------------------------+---------------------------------------------

Comment(by anonymous):

 This will happen any time the BE uses the event socket while the FE is
 asleep; the length of sleep time is irrelevant.  E.g. if one FE updates
 the schedule while another is sleeping, the BE tries and fails to update
 the sleeping FE, resulting in the BE closing its side of the event socket.
 When the FE wakes up, it doesn't know that the BE has closed the
 connection, so the FE forever listens on the dead socket.

 [23397] will help, and with some interval tuning, it could be made to work
 reasonably well.  But as Mark alluded, an application-level heartbeat on
 the event socket from the FE would be a more complete way to address this
 issue.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/7847#comment:3>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list