Dbus asynchronous

Ville M. Vainio vivainio at gmail.com
Wed Dec 16 02:32:07 PST 2009


On Wed, Dec 16, 2009 at 9:24 AM, Vivek Anand <vivek at hipro.co.in> wrote:

> I am working on an application which is completely asynchronous. I want
> to add dbus support to it. But I dont want to block between dbus method
> calls.
>
> Is there any way to bring out the dbus connection fd, so that I can add
> it my current select loop, or is there any other dbus implimentation
> which is completely asynchronous?

Any chance you could just use the glib mainloop as your select loop?
That's the way dbus is usually used, so you would at least avoid
creating your own private problem set ;-).

-- 
Ville M. Vainio
http://tinyurl.com/vainio


More information about the dbus mailing list