wok diff dbus/description.txt @ rev 24765

afpfs-ng,btfs,curlftpfs,ddumbfs,djmount,encfs,exfat-utils,fusecloop,fusedav,fuseiso,httpfs2-fuse: try fuse2
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Mar 18 17:45:47 2022 +0000 (2022-03-18)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/dbus/description.txt	Fri Mar 18 17:45:47 2022 +0000
     1.3 @@ -0,0 +1,11 @@
     1.4 +D-Bus is a message bus, used for sending messages between applications.
     1.5 +Conceptually, it fits somewhere in between raw sockets and CORBA in terms of
     1.6 +complexity.
     1.7 +
     1.8 +D-Bus supports broadcast messages, asynchronous messages (thus decreasing
     1.9 +latency), authentication, and more. It is designed to be low-overhead; messages
    1.10 +are sent using a binary protocol, not using XML. D-Bus also supports a method
    1.11 +call mapping for its messages, but it is not required; this makes using the
    1.12 +system quite simple.
    1.13 +
    1.14 +It comes with several bindings, including GLib, Python, Qt and Java.