Re: debuging fast-perl-cgi
Stanley Gambarin (gambarin@OpenMarket.com)
Mon, 24 Feb 1997 10:50:33 -0500
Message-Id: <199702241550.KAA13876@u4-138.openmarket.com>
To: Echo <echo@echo.cica.fr>
Subject: Re: debuging fast-perl-cgi
In-Reply-To: Your message of "Thu, 20 Feb 1997 04:16:02 +0100."
<Pine.LNX.3.95.970220041014.5511A-100000@echo.cica.fr>
Date: Mon, 24 Feb 1997 10:50:33 -0500
From: Stanley Gambarin <gambarin@OpenMarket.com>
>
> I would like to debug my Fast-perl script, and I have few question :
>
> 1) what does this mean :
> [Thu Feb 20 02:52:41 1997] shutdown: Invalid argument
> [Thu Feb 20 02:52:41 1997] - lingering_close
This problem is related to Apache web server and has to deal
with closing network connections. There has been a large discussion
on this problem, and the possible solutions (highly OS dependent) have
been outlined in the http://www.worldgate.com/~marcs/fin_wait_2.html
>
> 2) how to kill automaticaly fast-cgi server after a finite number of
> connections ?
>
If you would like to kill off just one of the fastcgi processes,
you can keep a counter of how many requests have been processed and at
certain time just issue an exit(1). Note that this will
terminate a current fastcgi process and the process manager will restart
it. However, there is no good way to kill all servers after recieving
a number of requests (this would have to be done in the process manager
and would involve changing source code).
Hope that was of some help.
Stanley.
--
*******************************************************************************
* To unsubscribe from the fastcgi-developers mailing list *
* mailto: fastcgi-developers-request@openmarket.com *
* with body containing: unsubscribe *
* To request help for using the fastcgi-developers mailing list *
* mailto: fastcgi-developers-request@openmarket.com *
* with body containing: help *
*******************************************************************************
*******************************************************************************
* Stanley Gambarin Open Market Inc. *
* FastCGI (soon-to-be) Guru 245 First St. Cambridge MA 02142 *
* (617) - 949 - 7487 *
* mailto:gambarin@openmarket.com *
* http://acs2.bu.edu:8001/~stanleyg (school) *
* mailto:stanleyg@cs.bu.edu *
*******************************************************************************