08-20-2014, 03:58 PM
It depends on these components (web browser control, JavaScript engine). Their instances running in separate threads can share everything they want - their global variables, states, data etc.
If they run in separate processes, they have less things to share. Files, registry settings. You know.
I don't have a big experience in web browser control programming, cannot say what data/states are usually shared.
If they run in separate processes, they have less things to share. Files, registry settings. You know.
I don't have a big experience in web browser control programming, cannot say what data/states are usually shared.