From: Meier, A. <and...@sc...> - 2009-05-18 13:22:39
|
Hello, > ... > I also played around with the echo example and had various threading > problems. As long as you use the own main loop dispatcher you'll get > those problem. You should use the glib or ecore integration to get it > working. > > I've some ideas to get the Dbus-C++ main loop working also with > threads. But you're right the echo example is broken currently. Don't > use it currently or change it to use glib and provide a patch. In the end I would like to have a client-side application with a main loop and various threads from where blocking method calls are invoked. I started with the echo-example and found it broken. I would be glad if you could describe your previously mentioned ideas in short terms? So I have a better understanding of where to start looking for the problem. Best regards, Andreas |