[Qt5-feedback] Fast IPC for Qt5?
Peter Kümmel
syntheticpp at gmx.net
Tue Jun 14 21:28:52 CEST 2011
On 14.06.2011 21:09, Thiago Macieira wrote:
> Em Tuesday, 14 de June de 2011, às 20:55:08, Peter Kümmel escreveu:
>> Reading "majority of use cases" I wonder why it is not used by QtCreator? Is
>> this only due to the release of SFW after starting QtCeator
>> development, are are there also technical reasons to not use SFW in
>> QtCreator?
>
> Why does Qt Creator need SFW for?
In an initial blog of SFW,
http://labs.qt.nokia.com/2009/05/26/qt-service-framework/
I read "This initial release focuses on in-process".
And QtCreator also has a infrastructure to load and unload services,
they call it "ExtensionSystem":
http://doc.qt.nokia.com/qtcreator-extending/extensionsystem.html
It's only in-process but at a first glace it looks that SFW
could also be used for the job.
There was a discussion about qtcreator's pluginsystem on the qtcreator list
http://lists.qt.nokia.com/pipermail/qt-creator/2011-May/009030.html
So there is interest in a good framework.
I know, a plugin-system is not the same as a IPC framework with support
for in-process calls, but isn't it similar?
Peter
More information about the Qt5-feedback
mailing list