Hi, > On 9 Dec 2019, at 13:51, Alexandre Bergel <[email protected]> wrote: > >> Hello, >> >> I am sorry for the delay, last week was very chaotic :) > > No problem! This is super cool! > > Your report is amazing! Keep going! > >> >> >> VM >> --- >> - Work on Worker VM (allow VM to run in a worker thread). >> - Merged with headless trunk >> - Merged with AIO interrupt >> - Now can be tested (but still some interruptions missing) > > Just wondering. A worker VM will have its own image right? Can it be > otherwise? I am just curious whether two VMs can run on the same image. Maybe > this is a stupid question, but I am wondering :-)
Worker VM just describes the capability of the VM to run in a worker thread (which means we can keep the main thread to other stuff, like running the event loop). Now, while I know there is some work/experiments to revive something like the hydra (running several images in one VM, or several copies of same image), I do not know the opposite :) And this Worker VM (we call it “ogre”, because it has two heads :P) will work with the regular image, nothing changed there. Esteban > > Cheers, > Alexandre >
