summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_worker_process.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-09Refactor of process management.Tiago Natel de Moura1-118/+0
2019-11-26Refactor of process init.Tiago Natel1-19/+0
2018-10-22Fixed termination signal handlers in worker processes.Igor Sysoev1-2/+2
2018-08-06Unit application library.Max Romanov1-3/+0
2018-06-18Fixed exit status on start failure.Igor Sysoev1-2/+2
2018-04-26Controller waits READY message from router.Max Romanov1-13/+0
2018-04-11Access log reopening.Valentin Bartenev1-0/+1
2017-12-27Introducing application 'atexit' hook.Max Romanov1-2/+2
2017-09-15Introducing named port message handlers to avoid misprints.Max Romanov1-59/+25
2017-09-10Configuration persistence.Valentin Bartenev1-0/+4
2017-08-30Controller: waiting for router before start to accept connections.Valentin Bartenev1-19/+1
2017-08-29The master process has been renamed to the main process.Igor Sysoev1-1/+1
2017-08-17The new module configuration interface.Igor Sysoev1-0/+20
2017-08-02Listening socket creation and binding operations are passedIgor Sysoev1-0/+4
2017-08-02Using port rpc in controller->router configuration update.Max Romanov1-1/+1
2017-08-02Using port rpc in router->master start worker request.Max Romanov1-5/+9
2017-08-02Port RPC interface introduced.Max Romanov1-0/+12
2017-07-12New process port exchange changed. READY message type introduced.Max Romanov1-1/+1
2017-07-12Controller: proper reconfiguration requests handling.Valentin Bartenev1-0/+10
2017-07-07Process stop notification from master to all other processes.Max Romanov1-0/+3
2017-07-06Router: read configuration from port.Max Romanov1-0/+10
2017-06-23Application-side message processing.Max Romanov1-0/+9
2017-06-14nxt_event_conn_... functions and structures have been renamedIgor Sysoev1-8/+8
2017-05-12Using shared memory to send data via nxt_port.Max Romanov1-0/+1
2017-03-09Processes refactoring.Igor Sysoev1-95/+12
2017-02-22Port changes.Igor Sysoev1-10/+10
2017-02-22I/O operations refactoring.Igor Sysoev1-4/+2
2017-02-07Event engines refactoring.Igor Sysoev1-10/+10
2017-02-01Process channels have been renamed to ports.Igor Sysoev1-14/+14
2017-02-01More refactoring relicts removed.Igor Sysoev1-1/+1
2017-01-23Introducing tasks.Igor Sysoev1-26/+25