incoming connection.
Done so we don't get entries in the process table saying they're handling a
connection from somebody when they really aren't.
# There are one or more update processes that listen for status updates
# from client programs.
-# $Id: spong-server.pl,v 1.42 2001/06/19 21:24:32 supermathie Exp $
+# $Id: spong-server.pl,v 1.43 2001/06/19 21:28:02 supermathie Exp $
use lib "@@LIBDIR@@";
&debug( "query server socket setup, listening for connections" );
while( 1 ) {
+ $0 = "spong-server (query)";
# Update the service list from the database every 15 minutes
if ( time() >= $next_update ) {
debug("Scanning for stale data to convert to purple status",5);