Open main menu

OpenVZ Virtuozzo Containers Wiki β

Changes

Special:Badtitle/NS1198:Checkpointing internals/18/en

517 bytes added, 02:35, 24 September 2016
Importing a new version from external source
Main drawback of this solution is that it is necessary to maintain mapping of virtual PIDs to global PIDs, which introduces additional overhead for all the syscalls using a PID as an argument or a return value (f.e. <code>kill()</code>, <code>wait4()</code>, <code>fork()</code>). The overhead (~0.3%) is visible in the tests, which essentially do nothing but forking and stopping processes. This overhead appears only for online migrated containers. There are no overhead at all for containers, which never migrated.
1,433
edits