hi all,
i have a website and i want to add rss feed link in that. what i know about rss is that 'rss feed is an xml structured data.' means whenever any body clicks on that link it create xml structure and rss reader reads that structure and show data. so i want to ask that
'what is the best way to do it because right now i have 4500 user. if i run this script as cron then it gives so much load on my server. So please can anybody tell me that what i do. can i get data from database and shows it as in xml format or can i create xml file using that data.' please anybody tell me.
what is the best way to create rss feed
Moderator: General Moderators
-
farkade.nilesh
- Forum Newbie
- Posts: 1
- Joined: Fri Oct 03, 2008 6:34 am
Re: what is the best way to create rss feed
Create static xml file generated from time to time, say once for an hour.