Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 15297 invoked by uid 500); 6 Dec 2001 04:07:43 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 15286 invoked from network); 6 Dec 2001 04:07:43 -0000 Received: from oe75.law11.hotmail.com (HELO hotmail.com) (64.4.16.210) by daedalus.apache.org with SMTP; 6 Dec 2001 04:07:43 -0000 Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Wed, 5 Dec 2001 20:07:53 -0800 X-Originating-IP: [24.27.59.122] From: "Tony Auerbach" To: Subject: CGI limit? Date: Wed, 5 Dec 2001 22:06:01 -0600 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0052_01C17DD9.069ECC10" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Message-ID: X-OriginalArrivalTime: 06 Dec 2001 04:07:53.0261 (UTC) FILETIME=[93CE85D0:01C17E0B] X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ------=_NextPart_000_0052_01C17DD9.069ECC10 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I'm running Apache 1.3 on Win2k and I've found that it will only run two = CGI apps at a time, at least when the requests come from the same = machine. I'm wondering if anyone else has seen this behavior or knows = if this is configurable and where? I've looked through httpd.conf and I = didn't see anything that looked like it would help. MaxRequestsPerChild = and ThreadsPerChild are set at their defaults of 0 and 50 respectively. This is how I tested. Wrote a small perl script that sleeps for five = seconds and then returns a "Hello World" string. I opened four browser = windows on my machine and pointed them at that script. I refreshed them = one after another quickly. I would see all four waiting, then two would = refresh one after the other, then about a five second pause then the = other two would refresh. I watched the task manager during this and = could only ever see two instances of perl running at a time. I wrote a = similar .bat file and tested with it to rule out perl as the problem and = found the same results. Has anyone else seen anything like this? Any ideas where to look? I've = looked through the httpd.conf file, the FAQ and the documetation but I = didn't see anything that refered to this type of behavior. Thanks, Tony ------=_NextPart_000_0052_01C17DD9.069ECC10 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
I'm running=20 Apache 1.3 on Win2k and I've found that it will only run two CGI apps at = a time,=20 at least when the requests come from the same machine.  I'm = wondering if=20 anyone else has seen this behavior or knows if this is configurable and=20 where?  I've looked through httpd.conf and I didn't see anything = that=20 looked like it would help.  MaxRequestsPerChild and ThreadsPerChild = are set=20 at their defaults of 0 and 50 respectively.

This is how I=20 tested.  Wrote a small perl script that sleeps for five seconds and = then=20 returns a "Hello World" string.  I opened four browser windows on = my=20 machine and pointed them at that script.  I refreshed them one = after=20 another quickly.  I would see all four waiting, then two would = refresh one=20 after the other, then about a five second pause then the other two would = refresh.  I watched the task manager during this and could only = ever see=20 two instances of perl running at a time.  I wrote a similar .bat = file and=20 tested with it to rule out perl as the problem and found the same=20 results.

Has anyone else seen anything like this?  Any ideas = where=20 to look?  I've looked through the httpd.conf file, the FAQ and the=20 documetation but I didn't see anything that refered to this type of=20 behavior.

Thanks,
Tony

------=_NextPart_000_0052_01C17DD9.069ECC10--