Return-Path: Delivered-To: apmail-new-httpd-archive@apache.org Received: (qmail 908 invoked by uid 500); 18 Sep 2000 18:02:13 -0000 Mailing-List: contact new-httpd-help@apache.org; run by ezmlm Precedence: bulk X-No-Archive: yes Reply-To: new-httpd@apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list new-httpd@apache.org Received: (qmail 877 invoked from network); 18 Sep 2000 18:02:12 -0000 Message-ID: <39C65A4C.6784CF16@level8.com> Date: Mon, 18 Sep 2000 14:09:16 -0400 From: Gregory Nicholls X-Mailer: Mozilla 4.7 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: new-httpd@apache.org Subject: looking for help with buckets References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N Hi, I'm looking for some advice on the newly correct method of sending data to the client. AFAIK it's now something to do with buckets and wot not. What I'm wondering is if there's a way of transmogrifying a malloc'ed data area into one of these bucket thingies or alternatively, a way of setting the data directly. I'm trying to avoid double copies of data (ie. I read from (say) a file into a buffer and then from that buffer into a bucket). Any and all help appreciated. G.