Bazsites.com Posix
Directory Topics
On the Web
Wikipedia Articles
- C POSIX library - The C POSIX library is a language-independent library (using C calling conventions) that adds functions specific to POSIX systems. POSIX (and SUS) specifies a number of routines that should be available over and above those in the C standard library proper.
- POSIX Threads - POSIX Threads is a POSIX standard for threads. The standard defines an API for creating and manipulating threads.
- Native POSIX Thread Library - In the GNU/Linux operating system, the Native POSIX Thread Library (NPTL) is a software feature that enables the Linux kernel to run programs written to use POSIX Threads fairly efficiently.
- Unix domain socket - A Unix domain socket (UDS) or IPC socket (inter-process communication socket) is a virtual socket, similar to an internet socket that is used in POSIX operating systems for inter-process communication. The correct standard POSIX term is POSIX Local IPC Sockets.
- POSIX - POSIX () or "Portable Operating System Interface"is the collective name of a family of related standard]s specified by the [[Institute of Electrical and Electronics Engineers|IEEE to define the application programming interface (API) for software compatible with variants of the Unix operating system. Originally, the name stood for ...