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 _______________________________________________ webkit-gtk mailing list webkit-gtk@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-gtk