[mythtv-commits] Ticket #7885: Fix for mythweb after events were added to trunk

MythTV mythtv at cvs.mythtv.org
Sat Jan 16 20:54:30 UTC 2010


#7885: Fix for mythweb after events were added to trunk
-----------------------------------------------------+----------------------
 Reporter:  Mike Riccio <mythtv at webdeck dot com>  |       Owner:  kormoc
     Type:  defect                                   |      Status:  new   
 Priority:  blocker                                  |   Milestone:  0.23  
Component:  Plugin - MythWeb                         |     Version:  head  
 Severity:  high                                     |     Mlocked:  0     
-----------------------------------------------------+----------------------

Comment(by xris):

 This doesn't make much sense.  Mythweb just ignores any event that it
 doesn't recognize.  It looks more like unclaimed events in the
 communication buffer with the backend are interfering with future calls
 that look for data.  e.g.

 mythweb starts up, doesn't bother to look for CLIENT_CONNECTED, asks for
 upcoming recording data, and what it returns to the parser also includes
 the CLIENT_CONNECTED string

 The problem with your patch is that CLIENT_CONNECTED isn't always
 returned, so on some systems this would cause a 120 second delay in page
 load.  I'll look into a better fix for long term.

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


More information about the mythtv-commits mailing list