[Osaas-commits] r31 - in trunk: . server
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Wed Aug 29 19:53:01 CEST 2007
Author: bh
Date: 2007-08-29 19:53:01 +0200 (Wed, 29 Aug 2007)
New Revision: 31
Modified:
trunk/ChangeLog
trunk/server/README.txt
Log:
* server/README.txt: Add section about stopping the server
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2007-08-29 16:39:07 UTC (rev 30)
+++ trunk/ChangeLog 2007-08-29 17:53:01 UTC (rev 31)
@@ -1,5 +1,9 @@
2007-08-29 Bernhard Herzog <bh at intevation.de>
+ * server/README.txt: Add section about stopping the server
+
+2007-08-29 Bernhard Herzog <bh at intevation.de>
+
* server/demo-config.xml: Change column type of responsetime to
"timestamp with time zone"
Modified: trunk/server/README.txt
===================================================================
--- trunk/server/README.txt 2007-08-29 16:39:07 UTC (rev 30)
+++ trunk/server/README.txt 2007-08-29 17:53:01 UTC (rev 31)
@@ -58,6 +58,15 @@
to see a list of the options.
+Stopping The Server
+-------------------
+
+You can stop the server with kill. When the server receives the TERM
+signal -- the default signal sent by kill -- it stops listening on the
+socket and waits until any pending requests have been processed and the
+terminates.
+
+
License
-------
More information about the Osaas-commits
mailing list