ZILtoid1991@lemmy.world to Programmer Humor@programming.dev · 5 个月前Aborted Virtual Machinelemmy.worldimagemessage-square11fedilinkarrow-up182arrow-down16file-text
arrow-up176arrow-down1imageAborted Virtual Machinelemmy.worldZILtoid1991@lemmy.world to Programmer Humor@programming.dev · 5 个月前message-square11fedilinkfile-text
minus-squaresetVeryLoud(true);@lemmy.calinkfedilinkarrow-up3·5 个月前remove child from parent using fork
minus-squaresetVeryLoud(true);@lemmy.calinkfedilinkarrow-up3·edit-25 个月前real answer: dead project, too ambitious yet redundant with existing solutions. In this context, a VM is like NodeJS or JVM.
minus-squareLv_InSaNe_vL@lemmy.worldlinkfedilinkarrow-up1·5 个月前I’m still confused about the context. I’m assuming “VM” doesn’t mean “virtual machine” in this case? Or maybe it does with a different meaning? Idk im just an IT guy, not a web developer
minus-squaresetVeryLoud(true);@lemmy.calinkfedilinkarrow-up7·5 个月前Yes, it means “virtual machine”, but not the kind you’re thinking of. This isn’t like VMware Workstation, this is more like the Java VM or the Dalvik VM, it’s a virtual execution environment for a specific purpose.
ELI5?
remove child from parent using fork
real answer: dead project, too ambitious yet redundant with existing solutions.
In this context, a VM is like NodeJS or JVM.
I’m still confused about the context. I’m assuming “VM” doesn’t mean “virtual machine” in this case? Or maybe it does with a different meaning?
Idk im just an IT guy, not a web developer
Yes, it means “virtual machine”, but not the kind you’re thinking of.
This isn’t like VMware Workstation, this is more like the Java VM or the Dalvik VM, it’s a virtual execution environment for a specific purpose.