Query: streams
OS: php
Section: 4
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
STREAMS(4) BSD/i386 Kernel Interfaces Manual STREAMS(4)NAMEstreams -- System V STREAMS networking ABI supportSYNOPSISTo compile support for this ABI into the kernel, place the following line in your kernel configuration file: device streams Alternatively, to load the ABI as a module at boot time, place the following line in loader.conf(5): streams_load="YES"DESCRIPTIONThe streams module provides limited System V Release 4 STREAMS interprocess communication ABI (application binary interface) compatibility for userland applications. Internally, streams provides STREAMS handles by using socket creation kernel routines, and adding state-tracking information to the socket to permit manipulation by STREAMS emulation code in svr4(4). Hence, opening a stream device produces a result similar to what would be obtained by calling socket(2). Applications should never use this interface directly: STREAMS emulation is only provided as a service to support ABI requirements in the SVR4 environment which svr4(4) needs to present to client binaries.SEE ALSOsvr4(4)HISTORYSystem V Release 4 ABI support first appeared in FreeBSD 4.0. The ABI was ported from an equivalent facility present in NetBSD 1.3 written by Christos Zoulas.BUGSThis whole interface is a crude hack to produce STREAMS semantics through emulation over sockets. Programmers who hope to be able to use this interface to provide SVR4 STREAMS services to BSD applications will be sorely disappointed.BSDMarch 17, 2008 BSD
Related Man Pages |
---|
svr4(4) - debian |
svr4(4) - sunos |
svr4(4) - xfree86 |
streams(4) - v7 |
streams(4) - x11r4 |
Similar Topics in the Unix Linux Community |
---|
SVR4 or BSD? |
Kernel Problems |
Linux Fast-STREAMS 0.9.2.3 (Default branch) |
BSD Release: PC-BSD 7.1 |
How to switch from SVR4/BSD internals to Linux internals? |