May 2018
Intermediate to advanced
380 pages
9h 37m
English
The problem with using os.fork() is that it only reliably works on *nix OSes, including Macs. Windows uses a different forking model; unless you happen to run Cygwin (a Windows application that allows for *nix-like functionality), you'll have to rely on threads or the multiprocessing module.