用于挂起/休眠整个应用程序的框架
高级问题是:由于恢复与打开的文件、套接字等相关的状态很困难,因此很难挂起/休眠整个用户级应用程序。 现在,有任何环境正在解决这个问题吗?前任。操作系统技术与应用程序限制等的结合。除了经典的虚拟机挂起之外,是否有任何操作系统可以实现这样的事情?
任何想法或资源表示赞赏。
谢谢。
The highlevel problem is: suspending/hibernating entire user level applications is hard due to difficulties in restoring state related to opened files, sockets, etc.
Now, are there any environments who are addressing this issue ? ex. combination of OS techniques combined with restriction on the applications, etc. Is there any OS that implements such a thing, except the classical virtual machine suspend ?
Any thoughts or resources appreciated.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
BLCR 在 Linux 系统上使用内核模块执行此操作,以帮助处理一些低级细节位。
BLCR does this on Linux systems with a kernel module to help some of the low level detail bits.