Re: URL caching in pipelines

2002-10-09 Thread Vadim Gritsenko
Miles Elam wrote: > I want to put a Slashdot feed on my web page with the following (out > of context for brevity): > > > >http://slashdot.org/slashdot.xml"/> > > > > > This works fine, but the server opens a socket to Slashdot on every > request to my page. If my site gets some

Re: URL caching in pipelines

2002-10-07 Thread Alex McLintock
At 03:13 07/10/02, you wrote: >This works fine, but the server opens a socket to Slashdot on every >request to my page. > From the Slashdot syndication page (slashcode): "Do whatever you want, > but *don't* access the file more than once every 30 minutes." So you want to cache RSS feeds. No

Re: URL caching in pipelines

2002-10-06 Thread Miles Elam
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 HttpCl

Re: URL caching in pipelines

2002-10-06 Thread Ivelin Ivanov
Try the WebServicesProxyGenerator. It uses the HttpClient library, which might actually support caching. Have not tried it though. Ivelin - Original Message - From: "Miles Elam" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, October 06, 2002 9:13 PM S

URL caching in pipelines

2002-10-06 Thread Miles Elam
I want to put a Slashdot feed on my web page with the following (out of context for brevity): http://slashdot.org/slashdot.xml"/> This works fine, but the server opens a socket to Slashdot on every request to my page. If my site gets some traffic, Slashdot will not be happy