In this video tutorial, I begin to discuss multi-processing aka parallel processing, beginning with the fork() function. This concept will allow us to eventually make use of the multiple cores that are available on the Raspberry Pi 2. The fork() function is what creates a new process from a C program in a Linux operating system.