Ok, i'm writing a CMS script and I need help deciding how to handle my RSS imports. Here are the two choices:
1) Like IPB, the feed gets read, and then it inserts all of the feed's items into the database as news entries and puts those news entries in a special RSS category.
or
2) Like IP.Dynamic (I think), the feed's articles aren't inserted into the database, but rather a page just shows the live feed's articles parsed, and is updated every 5 visitors to that page.
Which would you rather use if your website was importing RSS, or if you have another idea, please tell me.
