|
|
|
|
|
by ams6110
3000 days ago
|
|
> if a big one wants to spawn children Should this be considered poor behavior or design? It's been quite a while since I wrote explicit fork/ exec code, but wouldn't a better approach be to have a small master process that spawns off the necessary children and then either links them up or mediates communication? I mean, on a unix-like system, init is ultimately the spawner of everything else and it's not a particularly large process. |
|
As for init being small, I leave you the responsibility of your words, now that we live in a systemd world :p