[mythtv] [mythtv-commits] Ticket #8117: Artificial 2 sec delays in all MythWeb requests

Raymond Wagner raymond at wagnerrp.com
Sun Feb 28 21:24:02 UTC 2010


The 'problem' is that after the addition of an event system [23012], the 
first action to be received by mythweb when run on an independent host 
is a 'client connected' event.  Since that would sit in the receive 
buffer, that would be the response given to the first backend query.  A 
better solution would be to modify the receive code to discard any 
'BACKEND_MESSAGE's, or put them in some queue to be handled separately, 
rather than return an improper value to a query.


More information about the mythtv-dev mailing list