On Fri, 7 Jan 2011 03:24:26 am ext Bartosh Wroblevksy wrote: > I am not sure what my options are. I need to have two processes communicate > values and I was willing to try out Publish/Subscriber. Is there a way to > do this without any process having to call > QValueSpace::initValueSpaceServer() on Linux/Unix?
I see two options. If you are building your own Qt Mobility then you can enable the gconf backend. You will need to edit the src/publishsubscribe/publishsubscribe.pro to do this as the gconf backend is currently only enabled on Maemo5. Create a dedicated server application that provides the value space server and your other application would ensure that this application is running prior to constructing QValueSpace* classes. Cheers, -- Aaron McCarthy, Software Engineer Nokia, Qt Development Frameworks Level 1, 53 Brandl St, Brisbane Technology Park, Eight Mile Plains, QLD, Australia, 4113 http://qt.nokia.com/ _______________________________________________ Qt-mobility-feedback mailing list [email protected] http://lists.qt.nokia.com/mailman/listinfo/qt-mobility-feedback
