Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
SHDocVw.WebBrowser and threads question..
#2
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.


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)