Missing fork() handling and pitfalls #10
Yükleniyor…
x
Yeni konuda referans
Bir kullanıcı engelle
Herhangi bir açıklama sağlanmadı.
"%!s()" Dalını Sil
Bir dalı silmek kalıcıdır. Her ne kadar silinen dal tamamen kaldırılana kadar çok kısa bir süre yaşamını sürdürse de, çoğu durumda bu işlem GERİ ALINAMAZ. Devam edilsin mi?
We don't do fork()/clone() ourselves, opening the door for many pitfalls, e. g. we inherit open file descriptories which may enable bypassing of the policies we set. Otoh, some open fd's may actually be desired.
We must either offer a safe fork()/clone() or check that the current process is in a reasonable state and/or transform to that state.