Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.

Question about OnProcessMessageReceived

Post Reply
alpires2000
Posts: 48
Joined: Sat Dec 09, 2017 4:40 pm

Question about OnProcessMessageReceived

Post by alpires2000 »

Hi salvadordf, please a have a question about OnProcessMessageReceived.
OnProcessMessageReceived is thread safe? I need to use critical session in OnProcessMessageReceived?
Thanks
User avatar
salvadordf
Posts: 4016
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: Question about OnProcessMessageReceived

Post by salvadordf »

Hi,

GlobalCEFApp.OnProcessMessageReceived is executed in the main thread inside the render process.

TChromium.OnProcessMessageReceived is executed in a CEF thread inside the main browser process.
Post Reply