You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Lars Eilebrecht <La...@unix-ag.org> on 1998/01/28 18:24:04 UTC

Need some input for an article...

Hi,

I'm currently writing an article about the Apache 1.3 release for a
german unix mag...

When writing about performance I was wondering if Dean's 7-25%-patch
will make it into 1.3.0? In other words, when talking about a performance
increase of XX%, what will 'XX' actually be? :)
  
What about the mmap_static module? This won't be in 1.3.0, won't it?


ciao...
-- 
Lars Eilebrecht                              - Don't look back...
sfx@unix-ag.org                       - the lemmings are gaining on you.
http://www.si.unix-ag.org/~sfx/


Re: Need some input for an article...

Posted by Igor Tatarinov <ta...@prairie.NoDak.edu>.
Incidentally, has anybody tried my mmap_cache module that I announced
some time ago?
http://www.atm.cs.ndsu.nodak.edu/~tatarino/apache

I know that it's not ready for wide use yet (no docs, etc) but it's pretty 
robust and unlike Dean's module it caches mappings dynamically. As a result,
on a small site (say < 10,000 files) it may be fine to cache all files
(except perhaps the tiniest ones, < 1k).

As for speed up, it might be upto 30% on a single file (zb with infinite
keepalive) but will probably be 5-10% on a set of files (log) with limited
keepalive (say, 5 requests/ka connection; I modified zb to support that)

Waiting for feedback!

thanks,
igor

Lars Eilebrecht wrote:
> 
> Hi,
> 
> I'm currently writing an article about the Apache 1.3 release for a
> german unix mag...
> 
> When writing about performance I was wondering if Dean's 7-25%-patch
> will make it into 1.3.0? In other words, when talking about a performance
> increase of XX%, what will 'XX' actually be? :)
> 
> What about the mmap_static module? This won't be in 1.3.0, won't it?
> 
> ciao...
> --
> Lars Eilebrecht                              - Don't look back...
> sfx@unix-ag.org                       - the lemmings are gaining on you.
> http://www.si.unix-ag.org/~sfx/

Re: Need some input for an article...

Posted by Dean Gaudet <dg...@arctic.org>.

On Wed, 28 Jan 1998, Lars Eilebrecht wrote:

> When writing about performance I was wondering if Dean's 7-25%-patch
> will make it into 1.3.0? In other words, when talking about a performance
> increase of XX%, what will 'XX' actually be? :)

The patch is in there already but I'm having troubles right now supporting
mod_include's bizarre habits with subprocess_env.  If I can't work them
out soon the patch may have to be partially removed.  As it is currently,
mod_include is broken for some sites, specifically sites which use
<!--#set --> in #include virtual files and expect the results to be
available in the parent. 

> What about the mmap_static module? This won't be in 1.3.0, won't it?

I don't mind either way.  It was mostly a proof of concept... 

Dean



Re: Need some input for an article...

Posted by Marc Slemko <ma...@worldgate.com>.
On Wed, 28 Jan 1998, Lars Eilebrecht wrote:

> Hi,
> 
> I'm currently writing an article about the Apache 1.3 release for a
> german unix mag...
> 
> When writing about performance I was wondering if Dean's 7-25%-patch
> will make it into 1.3.0? In other words, when talking about a performance
> increase of XX%, what will 'XX' actually be? :)

There have been so many changes... and performance changes so much from
environment to environment... 10-50% would be fair in some cases.  In some
it is more.  Some less.

I'm hoping to get a chance to try it in one environment soon...

>   
> What about the mmap_static module? This won't be in 1.3.0, won't it?

Who knows what will happen.  Unlikely, but anything is possible.

> 
> 
> ciao...
> -- 
> Lars Eilebrecht                              - Don't look back...
> sfx@unix-ag.org                       - the lemmings are gaining on you.
> http://www.si.unix-ag.org/~sfx/
>