]> git.etc.gen.nz Git - spong.git/commitdiff
updated comments and added RCS header
authorStephen L Johnson <sjohnson@monsters.org>
Wed, 13 Sep 2000 18:11:38 +0000 (18:11 +0000)
committerStephen L Johnson <sjohnson@monsters.org>
Wed, 13 Sep 2000 18:11:38 +0000 (18:11 +0000)
src/spong-server.pl

index 76b8052a73704431e2d3d0272f0c54337fa0bb64..9fa43b608686dc94fd028c554e346ba4ae196400 100755 (executable)
@@ -1,17 +1,12 @@
 #!@@PERL@@
 #
-# This process splits into two processes.  The parent process listens at port
-# 1970 and responds to update requests.  It takes update information coming
-# from the various spong clients and saves it to the local database.
-#
-# The child process listens at port 1969 and responds to query requests, like
-# ones coming from the spong and wwwspong clients.  It spits back either text
-# or html output that is suitable for display.
-#
-# History
-# (1) Rewritten so that it answered both updates and queries (Ed Jul 22, 1997)
-# (2) Added code to handle "*-purple" named status files (Stephen L Johnson  Jun 03, 1999)
+# This program splits into serveral processes. The main process monitors
+# and restarts the child processes. There is a query process that listens
+# for queries. It spits back text or html that is suitable for display.
+# There are one or more update processes that listen for status updates 
+# from client programs.
 
+# $Header: /cvsroot/spong/spong/src/spong-server.pl,v 1.26 2000/09/13 18:11:38 sljohnson Exp $
 
 use lib "@@LIBDIR@@";