POSIX (Portable Operating System Interface) is a set of standards defining programming APIs, a command interpreter, and common utilities for Unix-like operating systems.
How do I distinguish running Java threads and native threads? In Linux there will be Parent process for every child …
java linux jvm multithreading posixI am using VC++. Is assert(false) ignored in release mode?
c++ visual-c++ posix assertUsing winsock, you can configure sockets or seperate I/O operations to "overlap". This means that calls to perform I/…
linux sockets asynchronous posix iocpOn POSIX systems rename(2) provides for an atomic rename operation, including overwriting of the destination file if it exists and …
windows winapi posixI've noticed a couple of oddities when dealing with named pipes (FIFOs) under various flavors of UNIX (Linux, FreeBSD and …
file-io posix named-pipes nonblocking fifoWhat are the trade-offs between using a System V and a Posix semaphore?
unix comparison posix semaphore tradeoffThere are pages scattered around the web that describe POSIX AIO facilities in varying amounts of detail. None of them …
linux asynchronous posix bsd aio