cm0002@lemmy.world to Programmer Humor@programming.dev · 2 days agoSoftware Terminologyimagemessage-square199linkfedilinkarrow-up11.16Karrow-down147cross-posted to: programmerhumor@lemmy.ml
arrow-up11.12Karrow-down1imageSoftware Terminologycm0002@lemmy.world to Programmer Humor@programming.dev · 2 days agomessage-square199linkfedilinkcross-posted to: programmerhumor@lemmy.ml
minus-squarewhatwhatwhatwhat@lemmy.worldlinkfedilinkarrow-up31·2 days agoI’d call that a file loaded to memory
minus-squarejaybone@lemmy.ziplinkfedilinkEnglisharrow-up5·2 days 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-up4·1 day 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·2 days 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?