aboutsummaryrefslogtreecommitdiff
path: root/devel/libshbuf/pkg-descr
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-05-06 14:47:14 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-05-06 14:47:14 +0000
commit636e027b6ee2d394995925754805b626b772f71b (patch)
tree7fcdfcf422969f2567aa82ffde7f5f88942cd307 /devel/libshbuf/pkg-descr
parent53688aac0f2c2d1384ccc847c47fee7c818a11ac (diff)
downloadports-636e027b6ee2d394995925754805b626b772f71b.tar.gz
ports-636e027b6ee2d394995925754805b626b772f71b.zip
add libshbuf 0.0.2
Library for Shared Buffer IPC
Notes
Notes: svn path=/head/; revision=58607
Diffstat (limited to 'devel/libshbuf/pkg-descr')
-rw-r--r--devel/libshbuf/pkg-descr14
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/