summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_main_process.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2018-09-20Controller: certificates storage interface.Valentin Bartenev1-0/+8
2018-08-10Stopping all application processes if router process dies.Max Romanov1-1/+1
Unit master process restarts the router if the router accidentally dies. New router process receives the configuration from controller and starts configured applications. The information of running applications cannot be transferred to router because currently there is no persistent application identifier. To avoid orphan application processes started by died router, master process stops all currently running applications once it receives SIGCHLD for router process.
2017-09-15Introducing named port message handlers to avoid misprints.Max Romanov1-5/+4
2017-08-29The master process has been renamed to the main process.Igor Sysoev1-0/+40