Remix.run Logo
aerzen an hour ago

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

1718627440 an hour ago | parent | next [-]

Why? That's a very useful processing primitive.

lokar an hour ago | parent [-]

It’s a hack with many disadvantages. Sometimes a hack is the right answer, but the kernel should it add a primitive for it.

MBCook an hour ago | parent [-]

Should bash link in every program the user might want? Load them up as dynamic libraries?

pizlonator an hour ago | parent | prev [-]

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