Seperated CPU bound and IO bound processes using a producer consumer model, where in the download process will inform a server process when it has finshed a download and the video_handling process can query the server process for tasks when it is free.
Seperated CPU bound and IO bound processes using a producer consumer model, where in the download process will inform a server process when it has finshed a download and the video_handling process can query the server process for tasks when it is free.