Main and sub-process settings
Posted: Fri Mar 22, 2019 2:20 pm
I use CEF with sub-process in my application. Recently I've read in some posts in the forum that the main and sub-process should have the same settings. I am not sure what that means. Some of the settings are only applicable to the main process (BrowserSubprocessPath for example).
So, which settings exactly should be shared? Only the path settings (cache, locale, etc) or also anything else?
P.S.: The demo says
P.P.S.: I use CEF4Delphi for a long time without specifying anything in the sub-process exe and everything works properly as far as I can tell..
So, which settings exactly should be shared? Only the path settings (cache, locale, etc) or also anything else?
P.S.: The demo says
Code: Select all
// The main process and the subprocess *MUST* have the same FrameworkDirPath, ResourcesDirPath,
// LocalesDirPath, cache, cookies and UserDataPath paths