Brian Pane wrote:
> Bill Stoddard wrote:
>
>> mod_mem_cache bypasses most all of those things. Using mod_mem_cache to
>> cache a buffer in heap (contents of a 500 byte file). I have even
>> hack the
>> code slightly to turn off the pipelined request optimization. I am
>> playing
>> with a new tool so I don't fully grok the output just yet but here is
>> what I
>> see serving a single keep alive request out of mod_mem_cache.
>>
>
> By the way, in your test case with 500-byte files, were the connections
> keep-alive? If so, do you see better results with files >8KB (which
> don't
> suffer from the known performance problem in core_output_filter)?
Never mind, I suddenly realized that that's what you meant
by hacking the pipeline optimization code.
--Brian
|