Python asyncore & dbus
asyncore, dbus, python
Solution
`asyncore` sucks. `glib` already provides async stuff, so just use `glib`'s mainloop to do everything.
Problem
Is it possible to integrate `asyncore` with `dbus` through the same `main loop`? Usually, DBus integration is done through `glib` main loop: is it possible to have either `asyncore` integrate this main loop or have dbus use `asyncore`'s ?