vote up 0 vote down star

Hi Folks,

Doing a back of the envelope calculation to determine network bandwidth and data storage needed to monitor approx 10,00,000 feeds every 20 minutes.

Any idea what could be the average size of an rss file ?

I remember reading somewhere the guys from technorati revealing the avg size of an rss file.

Ankur Gupta

flag

73% accept rate

1 Answer

vote up 1 vote down

If feeds are served properly, you don't need to download them in order to check for changes.

Just send appropriate If-Modified-Since or If-None-Match header, and if feed hasn't changed, you'll receive only HTTP status 304 response, with no body.

link|flag
Thanks porneL ... was unaware about these headers ... would save me ton's of bandwidth. – versesane Oct 27 at 10:20

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.