[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [syndication] Re: XML-RPC and the Need to Cash In
>When a headline is displayed, it is added to the cache,
>and if the same headline appears again, it is not displayed any more. I
>don't know if this is a good approach, but it works quite well.
Gleb,
I was thinking about the exact same approach. To be honest, any sort of
scheme like this will have to do a brute-force search against a list of
"already-viewed" sites. I don't see any way around that. After one accepts
that fact the issue turns to optimization, which is specific to each
application.
-dave