Domanda di colloquio di Goldman Sachs

How do multiple process access a flat file and make changes?

Risposta di colloquio

Anonimo

18 set 2015

This is the classical producer consumer problem where we can use a mutex lock or a monitor.