Re: svn commit: r407357 - in /httpd/httpd/trunk: CHANGES modules/cache/cache_storage.c

2006-05-22 Thread Ruediger Pluem
On 05/22/2006 04:49 PM, Joe Orton wrote: > > Great, thanks. In reply to your other questions: "casts are bad" :), > and I don't think that performance is a good excuse for randomly > manually inlining functions either (sometimes overall performance is > improved by reducing executable size

Re: apache top?

2006-05-22 Thread Grzegorz Mlonek
On Fri, 19 May 2006 21:17:10 -0700 Brandon Fosdick <[EMAIL PROTECTED]> wrote: > Is there an equivalent to top (or mysqltop) for httpd? A quick search didn't > turn up anything. > http://freshmeat.net/redir/apachetop/44014/url_homepage/apachetop This is good enought for you ? best regards Grze

Re: svn commit: r407357 - in /httpd/httpd/trunk: CHANGES modules/cache/cache_storage.c

2006-05-22 Thread Joe Orton
On Sun, May 21, 2006 at 12:31:00PM +0200, Ruediger Pluem wrote: > On 05/18/2006 10:50 AM, Joe Orton wrote: > > cache_storage.c: In function `cache_generate_key_default': > > cache_storage.c:383: warning: assignment discards qualifiers from pointer > > target type > > Fixed in r408154. Thanks. Gr

Re: [PATCH 6/6] MPM configuration directives

2006-05-22 Thread Nick Kew
On Wednesday 17 May 2006 16:40, Chris Darroch wrote: > Hi -- > >I don't suppose that anyone's had a chance to peek at this > big glob of a patch? I haven't yet. Hope to take a look this afternoon now I'm back at the desk. >It all boils down to a few key fixes and changes, I think: Somet