Module 02 - Systems Programming Overview
OS primitives, sockets, file descriptors, shared memory, IPC, and writing C extensions - the full systems programming toolkit for Python engineers.
OS primitives, sockets, file descriptors, shared memory, IPC, and writing C extensions - the full systems programming toolkit for Python engineers.
POSIX shared memory, pipes, FIFOs, message queues, semaphores, and multiprocessing.shared_memory - Python inter-process communication.