1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/devel/libshbuf/pkg-descr
Ying-Chieh Liao 636e027b6e add libshbuf 0.0.2
Library for Shared Buffer IPC
2002-05-06 14:47:14 +00:00

15 lines
526 B
Plaintext

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/