Changes between Version 39 and Version 40 of FutureDevelopment


Ignore:
Timestamp:
04/19/10 21:58:56 (16 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FutureDevelopment

    v39 v40  
    1414== Normal Priority ==
    1515
    16  * A more standard [TaskCommunicationProtocol communication protocol] between the frontend/backend/etc.  Currently uses a custom protocol, and it would be nice to replace with something that's more of a standard.  '''Note:''' this really needs to be fairly efficient, since this is a common task.  Parsing XML queries/responses several hundred times a second really isn't a good thing to be spending CPU time on.  dbus a possibility?
     16 * A more standard [TaskCommunicationProtocol communication protocol] between the frontend/backend/etc.  Currently uses a custom protocol, and it would be nice to replace with something that's more of a standard.  '''Note:''' this really needs to be fairly efficient, since this is a common task.  Parsing XML queries/responses several hundred times a second really isn't a good thing to be spending CPU time on.
     17   * [http://www.freedesktop.org/wiki/Software/dbus dbus]?
     18   * [http://code.google.com/apis/protocolbuffers/ Google Protocol Buffers]?
    1719 * Improve developer documentation by doxygenifying all the major classes, and the major subsystems of MythTV.