[mythtv-commits] Ticket #7793: writeStringList: Error, No data written on writeBlock

MythTV mythtv at cvs.mythtv.org
Sun Jan 3 00:51:14 UTC 2010


#7793: writeStringList: Error, No data written on writeBlock
-------------------------------------------+--------------------------------
 Reporter:  Falk Stern <falk@…>            |       Owner:  ijr       
     Type:  defect                         |      Status:  new       
 Priority:  major                          |   Milestone:  unknown   
Component:  MythTV - General               |     Version:  0.22-fixes
 Severity:  medium                         |     Mlocked:  0         
-------------------------------------------+--------------------------------

Comment(by Colin Cross <mythtv@…>):

 I have the same problem when using wireless 802.11g between my backend and
 frontend, but not when I use ethernet.  The problem seems to be the 1
 second timeout in writestringlist - QUERY_RECORDINGS on my backend returns
 2.6MB of data, which takes 1.5s to transfer over the wireless network.

 I'll attach a patch that resets the 1 second timeout after each successful
 call to writeBlock, so it will only fail if there is a continuous 1 second
 period with no network activity.  That way a large transfer over a slow
 network will not fail, but if the connection actually stops, it will still
 fail in 1 second.

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


More information about the mythtv-commits mailing list