Ivelin Ivanov wrote:

>Try the WebServicesProxyGenerator.
>It uses the HttpClient library, which might actually support caching. Have
>not tried it though.
>
>Ivelin
>  
>

Thanks, but a quick browse through the source doesn't reveal anything 
about forced caching.  To be more specific, the HttpClient would support 
caching of content that is flagged as cacheable by the server, but if 
they server doesn't send an expires header, HttpClient (to my knowledge) 
would make just as many requests but with an If-Modified-Since header. 
 Since the feed on the server is a static file that periodically 
generated, HttpClient may save bandwidth, but do basically nothing for 
server load.  Somehow I think the latter is of more interest to the 
Slashdot folks since the file is about 6K.

What I'm looking for is a way to mandate to my Cocoon installation that 
I don't care more often than every thirty minutes.  As a bonus, I'd like 
it to allow the cache to agree so that my stylesheets aren't reprocessed 
unnecessarily.

I know.  I'm asking a lot.  ;-)

Wasn't Gianugo Rabellino working on something like this?

- Miles Elam


---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail:     <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>

Reply via email to