this is obviously just a matter of opinion, but I'm fairly sure some people have done something along similar lines to this before.
I'm currently writing a sort-of RSS reader - got all my parsing sorted, but I just need to know how frequently to check for new items. I was thinking of setting up a cron to run every 5 minutes but I figured this might be too much for anyone who may update a feed more frequently than that (or if they upload 50 photos to flickr at once or something annoying like that!). I guess the best option would be to allow a user to define how frequently the feed is updated but I'd like it to be more automatic than that.
so, what do people think? 2 minutes? or would you think 5 would be ok?
I'm currently writing a sort-of RSS reader - got all my parsing sorted, but I just need to know how frequently to check for new items. I was thinking of setting up a cron to run every 5 minutes but I figured this might be too much for anyone who may update a feed more frequently than that (or if they upload 50 photos to flickr at once or something annoying like that!). I guess the best option would be to allow a user to define how frequently the feed is updated but I'd like it to be more automatic than that.
so, what do people think? 2 minutes? or would you think 5 would be ok?