Hello, I would like to ask, whether there is some intelligent way how to synchronize processes over the file-system state. E.g., if one process creates|modifies|deletes some file, how can I learn *when* that effect hits all cores? (not just the one where I executed those operations) Thanks in advance for any clues.