Hi All,

Is it safe to create (via Browser::Create*()) and/or access Browser object
instances from multiple threads?  In other words, I need to choose one of
the following options:

A) Synchronize all Browser object creation and access via the main process
thread ("single thread model" in COM parlance)
B) Allow each Browser object to be created and managed by its own separate
thread ("single-threaded apartment model" in COM parlance), or
C) Allow any thread to create and/or access any Browser object at any time
("multi-threaded apartment model" in COM parlance)

For background information on COM threading models see these documents:
http://msdn.microsoft.com/en-us/library/ms809971.aspx
http://msdn.microsoft.com/en-us/library/9t07f8b4(VS.80).aspx

Thanks,
Marshall

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Chromium-dev" group.
To post to this group, send email to chromium-dev@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/chromium-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to