shimdidly@lemmy.world to linuxmemes@lemmy.world · 2 years agoLinux: I'm not askingfiles.catbox.moevideomessage-square42fedilinkarrow-up1386
arrow-up1386videoLinux: I'm not askingfiles.catbox.moeshimdidly@lemmy.world to linuxmemes@lemmy.world · 2 years agomessage-square42fedilink
minus-squaresteventhedev@lemmy.worldlinkfedilinkarrow-up6·2 years agoWhat the duck Microsoft bullshit is this? There is no concept of locked files in extfs, much less inside the kernel. Resource locks and unkillable processes is some windows bullshit that no sane operating system would touch with a ten foot pole.
minus-squarePossibly linux@lemmy.ziplinkfedilinkEnglisharrow-up20·edit-22 years agoYou need resource locks to prevent race conditions. Linux has locks as well as every other OS.
minus-squaresteventhedev@lemmy.worldlinkfedilinkarrow-up5·2 years 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.
What the duck Microsoft bullshit is this?
There is no concept of locked files in extfs, much less inside the kernel. Resource locks and unkillable processes is some windows bullshit that no sane operating system would touch with a ten foot pole.
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.