Update doc
This commit is contained in:
parent
45366ae9dc
commit
8dd5f7585e
|
@ -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
|
||||||
-----------
|
-----------
|
||||||
|
|
Loading…
Reference in New Issue