Changes

Jump to navigation Jump to search
319 bytes added ,  13:50, 18 August 2017
no edit summary
Line 1: Line 1:  +
'''NOTE: Information on this page is outdated. Features described here are implemented in [[RPC]].'''
 +
 
Applications want to dump themselves using CRIU software. This page describes how this should be implemented in CRIU.
 
Applications want to dump themselves using CRIU software. This page describes how this should be implemented in CRIU.
   Line 25: Line 27:  
# Paths are better to be transferred as opened files (SCM_CREDS)
 
# Paths are better to be transferred as opened files (SCM_CREDS)
 
# Waiting for socket to get closed by CRIU is good way to wait for checkpoint to complete. In this case CRIU should close the socket after freeze, but before dump to properly dump the half-closed connection in the program.
 
# Waiting for socket to get closed by CRIU is good way to wait for checkpoint to complete. In this case CRIU should close the socket after freeze, but before dump to properly dump the half-closed connection in the program.
 +
# What if applications runs another one and asks to dump itself with kids? In this case the app in question would be able to investigate its sub-task's guts, which would otherwise be impossible.
 +
 +
[[Category: Plans]]

Navigation menu