Dump a process's entire state to disk and load back when required
问题 I have a c# application that accepts jobs based on multiple events Like file watcher, time based events etc. But an time would come in the life cycle of the application that it would process resources partially, take them in the RAM. And then will wait for an event to happen. But until that event the process would hold the 1.2 GB RAM(say). In this time the process cannot be killed and this process has to accept more jobs. My question: Can we dump the entire state of this process to the disk