[mythtv-commits] Ticket #11798: Allow asynchronous communication in backend protocol

MythTV noreply at mythtv.org
Fri Aug 30 18:20:41 UTC 2013


#11798: Allow asynchronous communication in backend protocol
----------------------------------+-------------------------
     Reporter:  wagnerrp          |      Owner:  wagnerrp
         Type:  Developer Task    |     Status:  new
     Priority:  minor             |  Milestone:  0.28
    Component:  MythTV - General  |    Version:  Unspecified
     Severity:  medium            |   Keywords:
Ticket locked:  0                 |
----------------------------------+-------------------------
 The communication between frontend and backend operates in one socket
 synchronously. One query cannot be asked before the previous query has
 responded. This can cause responsiveness issues when the UI thread blocks,
 waiting for access to the socket. Asynchronous communications could be
 added with limited disruption to third party clients by adding a new
 command that optionally enables it, and having all subsequent
 communications pass a message number immediately after the message size.

--
Ticket URL: <http://code.mythtv.org/trac/ticket/11798>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list