Does anyone know why (if there is a reason at all, e.g. shared memory) applications that have multiple processes (usually per tab) all share the same name?
E.g.
- chrome.exe
- edge.exe
- vscode.exe
Why don't they have a parent process e.g. chrome-window.exe
and chrome-tab.exe
.
Is there any benefit of having them share the same executable other than deployment?
Some reason that come to mind:
- Easier to Share Memory?
- Easier Inter Process Communication?
- Less UAC?
Aucun commentaire:
Enregistrer un commentaire