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