Question d’entretien chez NetApp

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

Réponses aux questions d'entretien

Utilisateur anonyme

11 janv. 2013

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

Utilisateur anonyme

6 oct. 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.

Utilisateur anonyme

6 oct. 2014

using mutex you are restrict other processes from overwriting the data