File: README

package info (click to toggle)
dmtcp 2.3.1-6
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 5,864 kB
  • ctags: 7,700
  • sloc: cpp: 28,268; ansic: 25,487; sh: 6,286; makefile: 2,145; python: 1,124; asm: 89; java: 13
file content (10 lines) | stat: -rw-r--r-- 565 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
This is similar to example, but it illustrates the use of the coordinator
  database.
To demonstrate, do:  make check    [Checkpoints every 5 seconds]
After killing it, try:  ./dmtcp_restart_script.sh

This uses the database service of DMTCP.  At checkpoint or restart time,
each process can install a key-value pair, and then optionally query a value
for a given key.  This type of facility can be used internally by DMTCP
for such things as registering an old_pid/new_pid pair at restart time,
and then querying the new_pid of a remote process given its old_pid.