[mythtv-commits] Ticket #697: Bug: Acessing status.php causes commflag to fail

MythTV mythtv at cvs.mythtv.org
Tue Jan 10 07:45:21 UTC 2006


#697: Bug:  Acessing status.php causes commflag to fail
------------------------------+---------------------------------------------
 Reporter:  gkruse at gmail.com  |        Owner:  cpinkham
     Type:  defect            |       Status:  new     
 Priority:  minor             |    Milestone:  0.19    
Component:  mythweb           |      Version:  head    
 Severity:  medium            |   Resolution:          
------------------------------+---------------------------------------------
Comment (by cpinkham):

 If something is causing the building of the status webpage to take a long
 time, then won't it tie up the event queue wince the page is built inside
 HttpStatus::readClient()?  This could cause the flagger to hang if it is
 trying to read data over the socket connection to the backend.

 Can the submitter try to reproduce the problem while running both
 mythcommflag and mythbackend with "-v network".  On the backend, retrieve
 the status page with wget using "date ; wget -O /dev/null
 http://localhost:6544/ ; date" so I can see the timestamps of when the
 wget started and ended.

 Please attach the logs of mythcommflag, mythbackend, and the output of
 wget showing the timestamps from the date commands before and after.

-- 
Ticket URL: <http://cvs.mythtv.org/trac/ticket/697>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list