framework for suspending/hibernating whole applications

67 Views Asked by At

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.

1

There are 1 best solutions below

0
On

BLCR does this on Linux systems with a kernel module to help some of the low level detail bits.