Re: multi-core system and the file system

2013-04-03 Thread Dan Ritter
On Wed, Apr 03, 2013 at 03:26:31PM +0100, Matej Kosik wrote: > 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 al

Re: multi-core system and the file system

2013-04-03 Thread Joao Luis Meloni Assirati
> 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)

Re: multi-core system and the file system

2013-04-03 Thread Darac Marjal
On Wed, Apr 03, 2013 at 03:26:31PM +0100, Matej Kosik wrote: > 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 al

multi-core system and the file system

2013-04-03 Thread Matej Kosik
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 ad