Currently I have requirement to use multi processing in Python. My requirement is to create a list of object in one process and update each object in other process
I