nghttp2/doc/sources
Tatsuhiro Tsujikawa bf13d91264 nghttpx: Add hot deploy feature
nghttpx supports hot deploy feature using signals.  The host deploy in
nghttpx is multi step process.  First send USR2 signal to nghttpx
process.  It will do fork and execute new executable, using same
command-line arguments and environment variables.  At this point, both
current and new processes can accept requests.  To gracefully shutdown
current process, send QUIT signal to current nghttpx process.  When
all existing frontend connections are done, the current process will
exit.  At this point, only new nghttpx process exists and serves
incoming requests.
2014-08-13 00:43:54 +09:00
..
h2load-howto.rst doc: Add h2load-howto.rst 2014-06-27 00:05:49 +09:00
index.rst Update doc 2014-07-31 23:16:52 +09:00
nghttpx-howto.rst nghttpx: Add hot deploy feature 2014-08-13 00:43:54 +09:00
python-apiref.rst doc: Add Python API doc 2014-05-13 21:46:39 +09:00
tutorial-client.rst doc: Update tutorial 2014-06-18 13:14:07 +09:00
tutorial-hpack.rst doc: Add HPACK API tutorial 2014-06-29 23:45:49 +09:00
tutorial-server.rst tutorial-server.rst: language 2014-08-01 10:50:23 +02:00