← Back to context

Comment by aerzen

1 day ago

Spawning processes should not be on the hot path of any program.

It ends up on the hot path of programs that use process isolation aggressively

  • Sure, and there a primary thing you want is a whole new environment/context for the child (new environment, fds, memory, cgroups, namespaces, etc).