MultiProcessing
From Odwiki
In MultiProcessing, computer operations are spread across multiple processes. Since processes in modern operating systems can execute in parallel, this generally leads to faster execution times. When these processes are invoked on many networked machines this is called MantraRemoteRendering.
MultiProcessing is similar to MultiThreading except that processes generally take up more system resources and are slower to start. However, if one process crashes, in MultiProcessing, the other processes are not affected unlike MultiThreading.



