In this meet up we will dive into splitting the payload of a single process into multiple workers, so that each spawned process will process a chuck of payload. We will talk about how to create worker managers, what they are and how to implement them. We also will build a small manager -> worker script.