As far as I know, the "Resource Manager" (RM) is running every hour "cleaning up resources". Does RM affect the semaphores or mutex objects? And if so, how? I am using a piece of shared memory which I do not free until the end of my program. I protect it…