Return-Path: Delivered-To: apmail-httpd-modules-dev-archive@minotaur.apache.org Received: (qmail 37422 invoked from network); 12 Oct 2010 09:30:13 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 12 Oct 2010 09:30:13 -0000 Received: (qmail 66330 invoked by uid 500); 12 Oct 2010 09:30:13 -0000 Delivered-To: apmail-httpd-modules-dev-archive@httpd.apache.org Received: (qmail 66264 invoked by uid 500); 12 Oct 2010 09:30:11 -0000 Mailing-List: contact modules-dev-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: modules-dev@httpd.apache.org Delivered-To: mailing list modules-dev@httpd.apache.org Received: (qmail 66251 invoked by uid 99); 12 Oct 2010 09:30:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Oct 2010 09:30:10 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of info@bnoordhuis.nl designates 209.85.215.45 as permitted sender) Received: from [209.85.215.45] (HELO mail-ew0-f45.google.com) (209.85.215.45) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Oct 2010 09:30:04 +0000 Received: by ewy26 with SMTP id 26so3370591ewy.18 for ; Tue, 12 Oct 2010 02:29:42 -0700 (PDT) MIME-Version: 1.0 Received: by 10.213.22.66 with SMTP id m2mr3853660ebb.56.1286875782551; Tue, 12 Oct 2010 02:29:42 -0700 (PDT) Received: by 10.14.121.20 with HTTP; Tue, 12 Oct 2010 02:29:42 -0700 (PDT) X-Originating-IP: [195.130.156.9] In-Reply-To: <4CB420A4.6020003@power-oasis.com> References: <4CB31BAA.7080904@power-oasis.com> <20101011204831.4936a02a@baldur> <4CB420A4.6020003@power-oasis.com> Date: Tue, 12 Oct 2010 11:29:42 +0200 Message-ID: Subject: Re: Memory Pool From: Ben Noordhuis To: modules-dev@httpd.apache.org Content-Type: text/plain; charset=ISO-8859-1 Martin, if you are working in a constrained environment, then you are probably better off using something like libmicrohttpd[1] or libevent's evhttp interface[2]. Apache has a rather heavy resource footprint. [1] http://www.gnu.org/software/libmicrohttpd/ [2] http://monkey.org/~provos/libevent/doxygen/evhttp_8h.html