From: Stephen L Johnson Date: Wed, 13 Sep 2000 18:11:38 +0000 (+0000) Subject: updated comments and added RCS header X-Git-Tag: spong-2_7_0-beta1~56 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=266b9335fe682002f952d339138f342032198a2f;p=spong.git updated comments and added RCS header --- 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@@";