In his recent blog post, Piotr Pokora showed how the the D-Bus API will work in Midgard 2 . D-Bus is an interprocess communications system that is used heavily in modern Linux desktops like GNOME and KDE .
With Midgard , the same system now becomes available for PHP and web applications:
midgard_python "service":
import dbus.mainloop.glib import _midgard as midgard def mbus_callback(object, arg): print "Hi!
I...
Post new comment