Menu

#1 top ten count is window based

open
nobody
Core (1)
9
2009-08-10
2008-03-03
hirni
No

when using multiple tabs within one browser window, the list of the top ten will be updated correctly. using several windows, leads to different top ten lists - for each window one ....

Discussion

  • Flohack

    Flohack - 2008-03-05

    Logged In: YES
    user_id=304752
    Originator: NO

    The problem is that Firefox instantiates a new JavaScript context every time a new window opens. So even with a global variable there is no global state so far.
    It could be written/read from disk, but that would lead to a big disk i/o overhead, and I think thats not appropriate.

    further ideas welcome!

     
  • Flohack

    Flohack - 2009-08-10
    • labels: --> Core
     

Log in to post a comment.

MongoDB Logo MongoDB