I have a cloud process which downloads certain files to the cloud. How can I let my mother process know about success or failure to do some clean up work if required?
Should I be using semaphores?
Oh an something else, my cloud process never ends, so I can't exercise a .join()