Пакет dbus: Информация

  • Default inline alert: Версия в репозитории: 1.12.16-alt2

Бинарный пакет: dbus
Версия: 1.8.16-alt1
Архитектура: i586
Собран:  16 февраля 2015 г. 14:25 в задании #140528
Исходный пакет: dbus
Категория: Система/Серверы
Сообщить об ошибке в пакете
Домашняя страница: http://www.freedesktop.org/Software/dbus

Лицензия: AFL/GPL
О пакете: D-BUS — простая платформа IPC, основанная на сообщениях.
Описание: 
D-BUS is a system for low-latency, low-overhead, easy to use interprocess
communication (IPC). In more detail:

  o D-BUS is low-latency because it is designed to avoid round trips and
    allow asynchronous operation, much like the X protocol.

  o D-BUS is low-overhead because it uses a binary protocol, and does not
    have to convert to and from a text format such as XML. Because D-BUS is
    intended for potentially high-resolution same-machine IPC, not primarily
    for Internet IPC, this is an interesting optimization.

  o D-BUS is easy to use because it works in terms of messages rather than
    byte streams, and automatically handles a lot of the hard IPC issues.
    Also, the D-BUS library is designed to be wrapped in a way that lets
    developers use their framework's existing object/type system, rather
    than learning a new one specifically for IPC.

This package contains D-BUS daemon and system utilities.

Сопровождающий: Valery Inozemtsev


Последнее изменение


16 февраля 2015 г. Valery Inozemtsev 1.8.16-alt1
- 1.8.16
11 ноября 2014 г. Valery Inozemtsev 1.8.10-alt1
- 1.8.10
21 сентября 2014 г. Alexey Shabalin 1.8.8-alt2
- revert "refuse manual start/stop=yes" for systemd(ALT#30338)
- recovery support condrestart for sysv init script(ALT#30328)
- another fix for upgrade package (ALT#14716)