Query: libdoor
OS: opensolaris
Section: 3lib
Links: opensolaris man pages all man pages
Forums: unix linux community forum categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
libdoor(3LIB) Interface Libraries libdoor(3LIB)NAMElibdoor - doors librarySYNOPSIScc [ flag... ] file... [ library... ] #include <door.h>DESCRIPTIONHistorically, functions in this library provided programmatic access to doors, including the ability to create and call them. This func- tionality now resides in libc(3LIB). Doors are a fast light-weight RPC mechanism for secure control transfer between processes on the same machine. Conceptually, a thread in one process can issue a call using a door descriptor that causes code to be executed in another process and then returns using the tradi- tional synchronous RPC model. Doors can also be used to pass data and file descriptors between processes. This library is maintained to provide backward compatibility for both runtime and compilation environments. The shared object is imple- mented as a filter on libc.so.1. New application development need not specify -ldoor.INTERFACESThe shared object libdoor.so.1 provides the public interfaces defined below. See Intro(3) for additional information on shared object interfaces. door_bind door_call door_create door_cred door_info door_return door_revoke door_server_create door_ucred door_unbindFILES/lib/libdoor.so.1 shared object /lib/64/libdoor.so.1 64-bit shared objectATTRIBUTESSee attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWcsl | |MT-Level |Safe | +-----------------------------+-----------------------------+SEE ALSOIntro(3), libc(3LIB), attributes(5) Stevens, W. Richard. UNIX Network Programming, Volume 2: Interprocess Communications, 2/e. Tucson, Ariz.: Prentice Hall, 1999. SunOS 5.11 22 Mar 2005 libdoor(3LIB)
Related Man Pages |
---|
libdoor(3lib) - sunos |
libdoor(3lib) - linux |
libdoor(3lib) - minix |
libdoor(3lib) - centos |
libdoor(3lib) - opendarwin |
Similar Topics in the Unix Linux Community |
---|
background for unix |
Intro: Josh |
Request for some ebooks by Richard Stevens.. |
/proc/pid/maps |
Is it possible to understand the subjects of 2nd volume of UNIX Network Programming with APUE |