Remix.run Logo
sanderjd 2 hours ago

There are lots of reasons to want to spawn fresh processes, which aren't solved by linking a library.

lokar an hour ago | parent | next [-]

Sure, but not many times a second

kllrnohj an hour ago | parent [-]

Every build system ever says hello.

aerzen an hour ago | parent | prev [-]

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