Update doc

This commit is contained in:
Tatsuhiro Tsujikawa 2015-09-26 20:59:56 +09:00
parent 45366ae9dc
commit 8dd5f7585e
1 changed files with 12 additions and 9 deletions

View File

@ -44,15 +44,18 @@ SIGUSR2
.. note:: .. note::
nghttpx consists of 2 processes: one process for processing these nghttpx consists of multiple processes: one process for processing
signals, and another one for processing requests. The former spawns these signals, and another one for processing requests. The former
the latter. The former is called master process, and the latter is spawns the latter. The former is called master process, and the
called worker process. The above signal must be sent to the master latter is called worker process. If neverbleed is enabled, the
process. If the worker process receives one of them, it is ignored. worker process spawns neverbleed daemon process which does RSA key
This behaviour of worker process may change in the future release. processing. The above signal must be sent to the master process.
In other words, in the future release, worker process may terminate If the other processes received one of them, it is ignored. This
upon the reception of these signals. Therefore these signals should behaviour of these processes may change in the future release. In
not be sent to the worker process. other words, in the future release, the processes other than master
process may terminate upon the reception of these signals.
Therefore these signals should not be sent to the processes other
than master process.
SERVER PUSH SERVER PUSH
----------- -----------