diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-05-06 14:47:14 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-05-06 14:47:14 +0000 |
commit | 636e027b6ee2d394995925754805b626b772f71b (patch) | |
tree | 7fcdfcf422969f2567aa82ffde7f5f88942cd307 /devel/libshbuf/pkg-descr | |
parent | 53688aac0f2c2d1384ccc847c47fee7c818a11ac (diff) |
Notes
Diffstat (limited to 'devel/libshbuf/pkg-descr')
-rw-r--r-- | devel/libshbuf/pkg-descr | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/devel/libshbuf/pkg-descr b/devel/libshbuf/pkg-descr new file mode 100644 index 000000000000..7e67b38d76c2 --- /dev/null +++ b/devel/libshbuf/pkg-descr @@ -0,0 +1,14 @@ +libshbuf implements a new kind of IPC: the "shared buffer", a faster, more +flexible replacement for standard Unix FIFOs. It offers the following +advantages: + - Normally better latency and throughput + - Full access to the buffer at any time + - Connecting processes need not to be children of each other + - Arbitrary buffer lengths + - Memory mapped + - "Backlog" + +The implementation is based on SysV shared memory, semaphores and message +queues. It makes use of POSIX pthreads. + +WWW: http://libshbuf.sourceforge.net/ |