Hacker News
new
past
comments
ask
show
jobs
points
by
sanderjd
3 hours ago
|
comments
by
lokar
3 hours ago
|
next
[-]
Sure, but not many times a second
reply
by
kllrnohj
3 hours ago
|
parent
|
[-]
Every build system ever says hello.
reply
by
aerzen
3 hours ago
|
prev
|
[-]
Spawning processes should not be on the hot path of any program.
reply
by
1718627440
3 hours ago
|
parent
|
next
[-]
Why? That's a very useful processing primitive.
reply
by
lokar
3 hours 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.
reply
by
MBCook
3 hours ago
|
parent
|
[-]
Should bash link in every program the user might want? Load them up as dynamic libraries?
reply
by
pizlonator
3 hours ago
|
parent
|
prev
|
[-]
It ends up on the hot path of programs that use process isolation aggressively
reply