| 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]? |