cm0002@lemmy.world to Programmer Humor@programming.dev · 1 day agoSoftware Terminologylemmy.mlexternal-linkmessage-square180fedilinkarrow-up11.08Karrow-down143cross-posted to: programmerhumor@lemmy.ml
arrow-up11.04Karrow-down1external-linkSoftware Terminologylemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 1 day agomessage-square180fedilinkcross-posted to: programmerhumor@lemmy.ml
minus-squarewhatwhatwhatwhat@lemmy.worldlinkfedilinkarrow-up29·1 day agoI’d call that a file loaded to memory
minus-squarejaybone@lemmy.ziplinkfedilinkEnglisharrow-up4·1 day agoMost files are loaded to memory in order to make any kind of use out of them. I.e. read/write operations.
minus-squarewhatwhatwhatwhat@lemmy.worldlinkfedilinkarrow-up3·23 hours agoThat’s true! I supposed it would be more precise to say that all processes are files loaded to memory, but not all files loaded to memory are processes. Sort of like the whole arachnids / spiders situation.
minus-squarejaybone@lemmy.ziplinkfedilinkEnglisharrow-up3·1 day agoWhy not? Represented in /proc? exec() and fam? Read and write to it?
What about a process? File gone wild?
I’d call that a file loaded to memory
Most files are loaded to memory in order to make any kind of use out of them. I.e. read/write operations.
That’s true! I supposed it would be more precise to say that all processes are files loaded to memory, but not all files loaded to memory are processes. Sort of like the whole arachnids / spiders situation.
Why not? Represented in /proc? exec() and fam? Read and write to it?