Return-Path: Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 71526 invoked by uid 500); 21 Feb 2002 02:29:20 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 71513 invoked from network); 21 Feb 2002 02:29:20 -0000 Message-ID: <3C745B88.3040206@cnet.com> Date: Wed, 20 Feb 2002 18:29:28 -0800 From: Brian Pane User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.5) Gecko/20011011 X-Accept-Language: en-us MIME-Version: 1.0 To: dev@httpd.apache.org Subject: Re: Optimize mod_mime was Re: [PATCH] Add content-type specific filters References: <20020218065507.GI26092@ebuilt.com> <3C70B867.5080902@pacbell.net> <20020220084005.GA26092@ebuilt.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Justin Erenkrantz wrote: >On Mon, Feb 18, 2002 at 12:16:39AM -0800, Brian Pane wrote: > >>This reminds me: mod_mime needs some performance work. >> >>I probably won't have time to address this between now >>and 2.0 GA, and the performance problem isn't big >>enough to be a GA showstopper, but I'll summarize the >>issues here in case anyone else is interested in tackling >>the problem. >> > >Hehe. I just tried to tackle it and Remove*Filter has got >me beaten. I give up. > Thanks for trying. I'll try to build upon your patch when I have time (hopefully this weekend or next). >Also, I'll ask again, is there any function where you can pass in a >filter name and receive the handle? (Since you only have the name, >you can't register it.) I'm thinking we have to traverse the trie, >right? But, there's no function now. Oh, joy. Another function >for me to write. =) > I don't think there's a function like this, but I can add one. It would basically be just add_any_filter() with most of the code removed. --Brian