[chromium-dev] In memory cache

2010-05-19 Thread ARaj
Hi, In one of the design docs, it is mentioned that there is a 32MB shared in-memory-cache pool maintained across all the processes. So, is it maintained by the Browser process? If so, how are each of the CachedResources which are present in the RenderProcess transferred to Browser process. Can

Re: [chromium-dev] In memory cache

2010-05-20 Thread ARaj
: On Wed, May 19, 2010 at 12:53 AM, ARaj araj2...@gmail.com wrote: Hi, In one of the design docs, it is mentioned that there is a 32MB shared in-memory-cache pool maintained across all the processes. So, is it maintained by the Browser process? I think you're referring to the WebKit cache, which