Y
Hacker News
new
|
ask
|
show
|
jobs
by
rcr
981 days ago
This doesn't entirely solve the problem of potentially killing the wrong process though
1 comments
duped
981 days ago
No but it is a lot less likely for a PID to get reused on accident within a new PID namespace.
link
rcr
980 days ago
It's really no less likely, namespace or not. There are better mechanisms for handling this situation, pidfds for example.
link