From 266b9335fe682002f952d339138f342032198a2f Mon Sep 17 00:00:00 2001 From: Stephen L Johnson Date: Wed, 13 Sep 2000 18:11:38 +0000 Subject: [PATCH] updated comments and added RCS header --- src/spong-server.pl | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/src/spong-server.pl b/src/spong-server.pl index 76b8052..9fa43b6 100755 --- a/src/spong-server.pl +++ b/src/spong-server.pl @@ -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@@"; -- 2.30.2