[webkit-gtk] Webkit cache

Sergio Villar Senin svillar at igalia.com
Wed Feb 26 03:42:08 PST 2014


En 25/02/14 20:26, Niranjan Rao escribiu:
> Greetings,
> 
> My understanding is 2.2.3 does not have network process. If you are
> running multiple processes, what is the recommended way to use cache? We
> could certainly use the benefits of cache, but scared to make it shared
> between multiple processes because of possibility of processes stepping
> on each other shoes. Right now, I have set it up to use process specific
> cache.
> 
> These processes are driven mercilessly by the driver. Chances of more
> processes making network calls at same time are much higher and I am
> afraid it might corrupt cache database.

Not sure which cache you're talking about, but if you mean the on-disk
http cache from libsoup, then that cache is not going to work if more
than one process tries to use it.

AFAIK, in WebKitGtk we only support multi-webprocess with network
process enabled.

BR


More information about the webkit-gtk mailing list