Skip to content

Category Archives: multithreaded

Multithreading and fork()

Prevent hangs in multi-threaded/multi-process code by minimizing code that runs in the child process after a fork.