[Tutor] suggestions for read unread items datastructure

Alan Gauld alan.gauld at freenet.co.uk
Mon Aug 14 01:24:09 CEST 2006


Caveat - I know nothing about RSS, it's one of those web 
technologies that I just can't get excited about, sorry...

However...

> there is a blog
> and it associated feed entries
> the blog posts
> when someone clicks it i need to maintain read status for it
> and when it is unclicked i need the unread status
> this needs to be maintianed for a huge number of usrs

Whenever you need to maintain data for "a huge number of users"
its time to question whether it's your job to maintain the data. 
Maybe the users should each maintain their own data? That's 
the idea behind cookies in a web browsing context - does 
anything similar work for RSS?

Alan G.


More information about the Tutor mailing list