Page 4 of 4 FirstFirst ... 234
Results 31 to 34 of 34

Thread: Google Chrome - New open source web browser

  1. #31
    Join Date
    Nov 2007
    Beans
    706
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Google Chrome - New open source web browser

    Quote Originally Posted by slavik View Post
    Then there is the negative thing about it. Firefox (most likely) uses a single cache for pages, so if you close a tab and open a new one, it will use the page from the cache. If Google's browser doesn't do it, you have to load the page all over again. Once again, this is one of those tradeoff areas ...
    Why couldn't Chrome use one cache as well? Why would each tab having a separate process disallow this?
    Programming is an art. Learn it. Live it. Love it.

  2. #32
    Join Date
    Jun 2006
    Location
    Gwangju, Korea
    Beans
    3,479

    Re: Google Chrome - New open source web browser

    Quote Originally Posted by slavik View Post
    Then there is the negative thing about it. Firefox (most likely) uses a single cache for pages, so if you close a tab and open a new one, it will use the page from the cache. If Google's browser doesn't do it, you have to load the page all over again. Once again, this is one of those tradeoff areas ...
    I think that this is only relevant in the case of the memory cache. If an efficient disk cache exists, than there's no reason that couldn't be shared.

  3. #33
    Join Date
    Jan 2006
    Beans
    Hidden!
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Google Chrome - New open source web browser

    @sinkingships7: read mssever's post, are implying a disk cache? a unified memory cache is not so simple since processes have their own address space (this is oneof the major differences between a process and a thread).
    EDIT: making processes talk to each other while not difficult, it is not the same as having multiple threads in a single process (address space) use global variables to communicate (which is much easier).

    @mssever: a unified disk cache would work, then there wouldn't be memory usage complaints as there were with firefox2. on the other hand, most if not all consumer hard drives spin down while not in use, spinning them up takes some time. this would be the time added to the latency of looking up a page in the cache.
    I am infallible, you should know that by now.
    "My favorite language is call STAR. It's extremely concise. It has exactly one verb '*', which does exactly what I want at the moment." --Larry Wall
    (02:15:31 PM) ***TimToady and snake oil go way back...
    42 lines of Perl - SHI - Home Site

  4. #34
    Join Date
    Sep 2007
    Beans
    Hidden!

    Re: Google Chrome - New open source web browser


Page 4 of 4 FirstFirst ... 234

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •