Document that sending signal to nghttpx worker process may not work
This commit is contained in:
parent
3d5493c3f1
commit
f470d1cc06
|
@ -49,6 +49,10 @@ SIGUSR2
|
||||||
the latter. The former is called master process, and the latter is
|
the latter. The former is called master process, and the latter is
|
||||||
called worker process. The above signal must be sent to the master
|
called worker process. The above signal must be sent to the master
|
||||||
process. If the worker process receives one of them, it is ignored.
|
process. If the worker process receives one of them, it is ignored.
|
||||||
|
This behaviour of worker process may change in the future release.
|
||||||
|
In other words, in the future release, worker process may terminate
|
||||||
|
upon the reception of these signals. Therefore these signals should
|
||||||
|
not be sent to the worker process.
|
||||||
|
|
||||||
SERVER PUSH
|
SERVER PUSH
|
||||||
-----------
|
-----------
|
||||||
|
|
Loading…
Reference in New Issue