You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A live update feature allows updating the operating system without rebooting the computer. Unlike kernel live patch in Linux, on Resea, it might be feasible to implement complicated updates beyond bug and vulnerability fixes.
We can assume that the kernel does not require updates (in the future).
Servers have their states (e.g. global variables) and we need to save/restore during updates.
To enable live update, server authors would have to write some piece of code called migrations (just like DB migrations in web application frameworks) to restore the server from the previous state.
A live update feature allows updating the operating system without rebooting the computer. Unlike kernel live patch in Linux, on Resea, it might be feasible to implement complicated updates beyond bug and vulnerability fixes.
References
The text was updated successfully, but these errors were encountered: