captain_bkx
New Member
I am developing an internet application which will consume RSS feed. The feed could be of 5 to 10 MB so it is impracticle to parse the feed each time users send the request.I want to keep parsed feed in memory and so all the users' requests can be served by data from memory. I also want this data to be refreshed every 15 minutes without much disturbing web site users.Please suggest how to achieve to provide faster access to parsed feed data.