Give each process its own workspace - Programming | Zoonk
Give each process its own workspace
Trace how a running program keeps temporary data in its own memory space. Notice that each process gets a protected workspace, so one program usually cannot casually read or overwrite another program’s memory.