D-BUS: Difference between revisions

From OLPC
Jump to navigation Jump to search
m (re-categorization)
m (re-categorization)
Line 3: Line 3:
[[Category:Developers]]
[[Category:Developers]]
[[Category:Python]]
[[Category:Python]]
[[Category:Sugar]]

Revision as of 01:18, 12 January 2007

D-BUS is a message bus system, rather like Appletalk, that allows applications to send messages to one another. The applications all run on the same CPU. If you look at the Python source code for Sugar you can see how D-BUS is being used. More info available via the D-BUS website.