How to build large/busy RSS feed -


i've been playing rss feeds week, , next trick want build 1 our internal application log. have centralized database table our myriad batch , intranet apps use posting log messages. want create rss feed off of table, i'm not sure how handle volume- there hundreds of entries per day on normal day. exceptional make-you-want-to-quit kind of day might see few thousand. thoughts?

i make feed static file (you can serve thousands of these), regenerated periodically. have broader choice, because doesn't have run below second, can run minutes. , users still perfect download speed , reasonable update speed.


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -