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
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
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
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
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