shimdidly@lemmy.world to linuxmemes@lemmy.world · 1 年前Linux: I'm not askingfiles.catbox.moevideomessage-square42fedilinkarrow-up1389arrow-down118
arrow-up1371arrow-down1videoLinux: I'm not askingfiles.catbox.moeshimdidly@lemmy.world to linuxmemes@lemmy.world · 1 年前message-square42fedilink
minus-squarePossibly linux@lemmy.ziplinkfedilinkEnglisharrow-up20·edit-21 年前You need resource locks to prevent race conditions. Linux has locks as well as every other OS.
minus-squaresteventhedev@lemmy.worldlinkfedilinkarrow-up5arrow-down4·1 年前Locks are only held during system calls. Process termination is handled on the system call boundary. You’re projecting windows kernel insanity where it doesn’t belong.
You need resource locks to prevent race conditions. Linux has locks as well as every other OS.
Locks are only held during system calls. Process termination is handled on the system call boundary.
You’re projecting windows kernel insanity where it doesn’t belong.