Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 51573 invoked from network); 14 Aug 2006 21:15:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 14 Aug 2006 21:15:27 -0000 Received: (qmail 81625 invoked by uid 500); 14 Aug 2006 21:15:27 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 81582 invoked by uid 500); 14 Aug 2006 21:15:26 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Id: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 81571 invoked by uid 99); 14 Aug 2006 21:15:26 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Aug 2006 14:15:26 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS,UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of jorton@redhat.com designates 66.187.233.31 as permitted sender) Received: from [66.187.233.31] (HELO mx1.redhat.com) (66.187.233.31) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Aug 2006 14:15:25 -0700 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id k7ELF4OY000652 for ; Mon, 14 Aug 2006 17:15:04 -0400 Received: from turnip.cambridge.redhat.com (turnip.cambridge.redhat.com [172.16.18.137]) by int-mx1.corp.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id k7ELF3Z3029993 for ; Mon, 14 Aug 2006 17:15:03 -0400 Received: from turnip.cambridge.redhat.com (localhost.localdomain [127.0.0.1]) by turnip.cambridge.redhat.com (8.13.6/8.13.5) with ESMTP id k7ELF2DI024755 for ; Mon, 14 Aug 2006 22:15:02 +0100 Received: (from jorton@localhost) by turnip.cambridge.redhat.com (8.13.6/8.13.6/Submit) id k7ELF23m024754 for dev@apr.apache.org; Mon, 14 Aug 2006 22:15:02 +0100 X-Authentication-Warning: turnip.cambridge.redhat.com: jorton set sender to jorton@redhat.com using -f Date: Mon, 14 Aug 2006 22:15:02 +0100 From: Joe Orton To: APR Development List Subject: Re: Problems with DSOs and Pools Message-ID: <20060814211502.GA24628@redhat.com> Mail-Followup-To: APR Development List References: <7edfeeef0608110942h8caf669t96585359a5c61f17@mail.gmail.com> <20060814093826.GA11345@redhat.com> <7edfeeef0608141155q639c41detf46c8c653a47831f@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <7edfeeef0608141155q639c41detf46c8c653a47831f@mail.gmail.com> User-Agent: Mutt/1.4.2.1i X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On Mon, Aug 14, 2006 at 02:55:49PM -0400, Garrett Rooney wrote: > I'm really just hoping for a way to make DSO loaded libraries just the > same as any other library, if they require a whole lot of backflips to > use reliably, that seems like a problem to me. Of course, with DSOs there are some whole new lifetime issues to think about - it *is* difficult, no doubt about it. Nesting pools properly and avoiding "global" pools helps with constraining the DSO to its own little short-lived world. I'm not seeing anything at all here which needs changing in APR; just some application code which has not been designed in anticipation of being used from a DSO. That is really not something which can or should be fixed in APR. Regards, joe