Commit 3ee26ebe authored by Andreas Jung's avatar Andreas Jung

SIGNALS

parent aea1e7d5
Signals (POSIX only) Signals (POSIX only)
====================
Signals are a POSIX inter-process communications mechanism. Signals are a POSIX inter-process communications mechanism.
If you are using Windows then this documentation does not apply. If you are using Windows then this documentation does not apply.
Zope responds to signals which are sent to the process id Zope responds to signals which are sent to the process id
specified in the file '$INSTANCE_HOME/var/Z2.pid':: specified in the file '$INSTANCE_HOME/var/Z2.pid'::
SIGHUP - close open database connections, then restart the server SIGHUP - close open database connections, then restart the server
process. A idiom for restarting a Zope server is: process. A idiom for restarting a Zope server is:
......
...@@ -14,6 +14,7 @@ Contents: ...@@ -14,6 +14,7 @@ Contents:
INSTALL.txt INSTALL.txt
ZOPE3.txt ZOPE3.txt
SETUID.txt SETUID.txt
SIGNALS.txt
CREDITS.txt CREDITS.txt
Indices and tables Indices and tables
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment