-2

Is it expensive (for bandwidth) too run, say, 30+ rss feeds? I want to let users add RSS feeds so other users can see them too, but I have no idea how much that'll cost me.

Ducky
  • 409
  • 1
  • 7
  • 24

2 Answers2

1

It very much depends on how often the feeds are actually read, if you provide any caching mechanisms and so on... Its very hard to put a number on it with the information you are providing.

Just to get you started, I'd do an estimation, such as:

 Bandwidth usage per hour = Avg. size per feed entry × Items per Feed ×
                              Total number of feeds on site × Calls per hour
user1438038
  • 5,821
  • 6
  • 60
  • 94
0

Yes, it is very expensive. I suggest you don't do that.

ryanyuyu
  • 6,366
  • 10
  • 48
  • 53