examples: Added some commentary.
[ashd.git] / examples / python / dynhosts / dynhosts
index fae28c8228ed279344b7d40e802531cbc0d385c8..9a69a7059023df1cbeceb6f704dd0a838645a333 100755 (executable)
@@ -5,6 +5,8 @@ from ashd import util
 
 children = {}
 root = sys.argv[1]
 
 children = {}
 root = sys.argv[1]
+
+# Automatically reap all children that die for any reason.
 signal.signal(signal.SIGCHLD, signal.SIG_IGN)
 
 def serve(req):
 signal.signal(signal.SIGCHLD, signal.SIG_IGN)
 
 def serve(req):