Re: os error thing again..
Stanley Gambarin (stanleyg@cs.bu.edu)
Fri, 19 Sep 1997 17:17:42 -0400 (EDT)
Date: Fri, 19 Sep 1997 17:17:42 -0400 (EDT)
From: Stanley Gambarin <stanleyg@cs.bu.edu>
To: thylmann@m1.sprynet.com
Subject: Re: os error thing again..
In-Reply-To: <199709191907.MAA11355@m1.sprynet.com>
Message-Id: <Pine.GSO.3.96.970919171355.5387A-100000@csa>
Just a thought... you may be running into a synchronization
problem with the FCGX_Accept(). If you are using FCGI.pm 0.31 then
you should be ok, otherwise I would recommend getting a patched
developers kit. Please include the following information (so that
at least we can figure out what's going on).
module version - you said 1.4.x
developer kit version - 1.5.x, 2.0.0 ?
OS - Solaris , Linux ?
language used to write FCGI scripts - Perl/C ?
- if Perl, do you use supplied libraries or FCGI.pm
excerpts from the error log
relevant excerpts from the configuration file.
Stanley.
On Fri, 19 Sep 1997 thylmann@m1.sprynet.com wrote:
> Hello,
>
> I have checked on this a little more..
>
> First of all, -process 10 -listen-queue-depth 50 should mean in my
> oppinion that the os error happends as soon as 511 people try to get
> to the program. Meaning, if 10 are beeing processed and 500 already
> are in the queues (50 for each process), the next person will be
> rejected.
>
> I find this a little strange. What happends is this.
> Suddenly, OS Errors starting occureing.. for anywhere between 10
> seconds and 10 minutes.. Every connection is rejected, and there is
> one connecion every 1-2 seconds... Now, with a -processes 10 and a
> -listen-queue-depth 50, this sounds a little hard to beleive, no?
>
> I am useing the fcgi 1.4.x (not sure which one.. I think the
> newest non-beta one) and the newest fcgi devel lib..
>
> - Fabian Thylmann <aka NaTHaN>
> STATSnet - free statistics for your WebPage!
> http://www.stats.net
>