[Development] Qt Playground - Updating Daemon/Service Support

Lincoln Ramsay a1291762 at gmail.com
Tue Nov 27 11:46:13 CET 2012


On 27/11/12 8:03 PM, Sascha Cunz wrote:
>> Qt already allows to serialize any datatype known to the meta type
>> system, provides means for IPC (D-Bus is just one example) and has a
>> code generator which implements our objects (moc) and allows for
>> handling asynchronous signals and slots.
>>
>> So in principle I don't see a reason why Qt shouldn't or couldn't create
>> stub implementations of the shared Q_INTERFACE which uses IPC to
>> communicate across process boundaries.
> By all means then, find someone to implement it. Could turn out to be yet
> another shiny gem in the bag of Qt-Evangelists.
>

This sounds almost exactly like Qt Service Framework.

-- 
Link




More information about the Development mailing list