Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 71726 invoked by uid 500); 3 Jan 2003 00:43:50 -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 71714 invoked from network); 3 Jan 2003 00:43:49 -0000 Received: from venus.commerce.ubc.ca (137.82.154.16) by daedalus.apache.org with SMTP; 3 Jan 2003 00:43:49 -0000 Received: from exchange.commerce.ubc.ca (exchange.commerce.ubc.ca [137.82.66.44]) by venus.commerce.ubc.ca (8.9.3/8.9.3) with ESMTP id QAA13094 for ; Thu, 2 Jan 2003 16:43:56 -0800 Received: from Poste3947 (Toronto-HSE-ppp3741782.sympatico.ca [67.68.70.145]) by exchange.commerce.ubc.ca with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2656.59) id Z6LLGYZ8; Thu, 2 Jan 2003 16:44:18 -0800 Date: Thu, 2 Jan 2003 19:43:44 -0500 (Est) From: Joshua Slive To: users@httpd.apache.org In-Reply-To: <3E144A53.6060404@terranovum.com> Message-ID: References: <3E144A53.6060404@terranovum.com> X-X-Sender: slive@exchange.commerce.ubc.ca MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Subject: Re: [users@httpd] Question on mod_cgi On Thu, 2 Jan 2003, Terra Info wrote: > I am debugging a particularly nasty issue right now on a perl script > that when written 2+ yrs ago worked fine. Within the last few months it > has begun to cause problems. Without getting into the details (yet) a > piece of information that I could use to assist in tracking down the > issue is: > Does mod_cgi pass output from the cgi executed to apache to output as it > comes or does it wait until the script is executed and then pass out all > info to apache which in turn waits for complete output before sending > out the response? > I seem to remember it being the former but maybe things have changed and > if so what version did these things change? Most recent versions of apache dump cgi output onto the network pretty much as soon as the cgi script output it. Joshua. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org