#!@@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@@";