• O
    Module API for Forking · 56258c6b
    Oran Agra 提交于
    * create module API for forking child processes.
    * refactor duplicate code around creating and tracking forks by AOF and RDB.
    * child processes listen to SIGUSR1 and dies exitFromChild in order to
      eliminate a valgrind warning of unhandled signal.
    * note that BGSAVE error reply has changed.
    
    valgrind error is:
      Process terminating with default action of signal 10 (SIGUSR1)
    56258c6b
module.c 216.3 KB