mem_cache and disk_cache acting differently when determine when to cache content?

2009-02-20 Thread Anthony J. Biacco
Hi, I'm serving out dynamic content from apache 2.2.11 that has a query string on it. The output is different if the query string is different, so I'm not ignoring the query string. My problem is that when I use the mem_cache module for this and look at the debug log, the effects seem different

RE: mem_cache and disk_cache acting differently when determine when to cache content?

2009-02-20 Thread Anthony J. Biacco
I stand corrected, The mem_cache module DOES serve out the cached version, but not until the 6th request of the URL. The disk_cache module serves out the cached version on the 2nd request (as it should). FYI, I'm using the worker mpm. -Tony --- Manager, IT Operations

Re: FLUSH, filtering, setaside, etc (was Re: Problems with EOS optimisation in ap_core_output_filter() and file buckets.)

2009-02-20 Thread Joe Orton
On Thu, Feb 19, 2009 at 10:00:50PM +0100, Ruediger Pluem wrote: On 02/19/2009 12:32 PM, Joe Orton wrote: ... @@ -497,13 +500,17 @@ next = APR_BUCKET_NEXT(bucket); } bytes_in_brigade += bucket-length; -if

Re: FLUSH, filtering, setaside, etc (was Re: Problems with EOSoptimisation in ap_core_output_filter() and file buckets.)

2009-02-20 Thread Plüm, Rüdiger, VF-Group
-Ursprüngliche Nachricht- Von: Joe Orton Gesendet: Freitag, 20. Februar 2009 10:15 An: dev@httpd.apache.org Betreff: Re: FLUSH, filtering, setaside, etc (was Re: Problems with EOSoptimisation in ap_core_output_filter() and file buckets.) On Thu, Feb 19, 2009 at 10:00:50PM

uri encoding/decoding

2009-02-20 Thread Matthew Rushton
Hi,   Anyone know of any uri query string encoding/decoding functions that exist to module writers. I'm about to write my own which should be simple enough just didn't want to reinvent the wheel. I couldn't find any that existed. Thanks! -Matt