On 7/16/05, Graham Leggett <[EMAIL PROTECTED]> wrote: > Parin Shah wrote: > > > - I would prefer the approach where we maintain priority queue to keep > > track of popularity. But again you guys have more insight and > > understanding. so whichever approach you guys decide, I am ready to > > work on it! ;-) > > Beware of scope creep - we can always start with something simple, like > a straight list of URLs, and then add the priority later, depends on how > easy or difficult it is to do.
- Good Point. We could start with something simple as you said. And adding priority queue should not be difficult once we have the basic mechanism ready. Thanks, Parin.