Domanda di colloquio di NetApp

How can you keep a process's data safe from an external process overwriting it.

Risposte di colloquio

Anonimo

11 gen 2013

I still have no idea what the answer is...

Anonimo

6 ott 2014

No, there is nothing guaranteeing that the other processes has to respect your mutex. Your process's data is still vulnerable to external writes.

Anonimo

6 ott 2014

using mutex you are restrict other processes from overwriting the data