shimdidly@lemmy.world to linuxmemes@lemmy.world · 2 months agoLinux: I'm not askingfiles.catbox.moevideomessage-square42fedilinkarrow-up1380arrow-down119
arrow-up1361arrow-down1videoLinux: I'm not askingfiles.catbox.moeshimdidly@lemmy.world to linuxmemes@lemmy.world · 2 months agomessage-square42fedilink
minus-squarePossibly linux@lemmy.ziplinkfedilinkEnglisharrow-up20·edit-22 months agoYou need resource locks to prevent race conditions. Linux has locks as well as every other OS.
minus-squaresteventhedev@lemmy.worldlinkfedilinkarrow-up5arrow-down4·2 months agoLocks 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.