|
|
|
|
|
by vbezhenar
1160 days ago
|
|
Do you oppose running camera software in a separate process? I think it makes sense. Camera process might crash and will be restarted, this should not cause restart of the entire shell. What people should understand is that container in Linux is just a separate process running in powerful chroot (which isolates not just file tree, but also process tree and other things). So the same reasoning which applies to running some code in a separate process also applies to running some code in a separate container. I'd even argue that in an ideal world, almost every process should run in a separate container. The tooling is not here, but concept is just fine. |
|