Re: [PATCH] Re: 2.0 performance Re: Breaking something? Now is the time?
Roy T. Fielding wrote: A better optimization might be to reduce the number of calls to brigade_puts. That's how much of 1.3 was improved. I only know of three ways to reduce the number of apr_brigade_puts() calls in 2.0: * Send fewer fields in the HTTP response header. * Or do more buffering pr
Re: [PATCH] Re: 2.0 performance Re: Breaking something? Now is the time?
A better optimization might be to reduce the number of calls to brigade_puts. That's how much of 1.3 was improved. Roy