From test-dev-return-553-apmail-httpd-test-dev-archive=httpd.apache.org@httpd.apache.org Fri Nov 16 20:47:42 2001 Return-Path: Delivered-To: apmail-httpd-test-dev-archive@httpd.apache.org Received: (qmail 18198 invoked by uid 500); 16 Nov 2001 20:47:41 -0000 Mailing-List: contact test-dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: test-dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list test-dev@httpd.apache.org Received: (qmail 18185 invoked from network); 16 Nov 2001 20:47:40 -0000 Date: Fri, 16 Nov 2001 20:47:42 +0000 (GMT) From: Gary Benson To: test-dev Subject: Re: Wierd problem with apache/post test In-Reply-To: Message-ID: X-PGP-Key: http://inauspicious.org/keys/gpg.asc X-PGP-Fingerprint: 6646 CF68 DEA8 07CA CA64 C18C A150 FC2D 85A8 F78B MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N On Thu, 15 Nov 2001, Doug MacEachern wrote: > yeah, the socket gets saturated, saw the same problem with ssl, see the > comment in apache/post.t: > #300, 500, 2000, 4000, 6000, 10_000); > #XXX: ssl currently falls over here I wondered if this was the same problem :) > i think your solution to modify mod_echo_post.c is the way to go, just > make sure you free() the malloced buffer. either that or write the post > data to a tmp file then send that back out. Write to a file was my favourite option (some of our machines are low on RAM), but I did the memory thing as a quick hack to check if it worked. Anyone have any objections to my rewriting mod_echo_post to dump everything to a temporary file and then read it back? Gary [ gbenson@redhat.com ][ GnuPG 85A8F78B ][ http://inauspicious.org/ ]