diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-04-27 01:02:15 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-04-27 01:02:15 +0200 |
commit | d13aa7ffacd404e449a21cb6b9f1a0ae16f595d0 (patch) | |
tree | 9405b950ae518a542431de3a4b6662ce5a8605f6 /README | |
parent | improve error handling + patch possible race condition, abi and protocl breakage (diff) | |
download | bus-d13aa7ffacd404e449a21cb6b9f1a0ae16f595d0.tar.gz bus-d13aa7ffacd404e449a21cb6b9f1a0ae16f595d0.tar.bz2 bus-d13aa7ffacd404e449a21cb6b9f1a0ae16f595d0.tar.xz |
m readme
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'README')
-rw-r--r-- | README | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,4 +1,5 @@ A simple daemonless system for broadcasting messages locally. +bus is a light-weight alternative to a two-phase flexible barrier. bus uses a System V semaphore array and System V shared memory. Buses are named; the key of the semaphore array and the |