MultiThreadedMessageLoop implications
Posted: Sun Jul 02, 2017 10:01 am
What is the difference when enabling/disabling MultiThreadedMessageLoop? Is the performance different?
I am asking because my code until now assumed that CreateBrowser is a synchronous function (I was using dcef3 where it is). So, currently I set MultiThreadedMessageLoop := False to force this. However, if the performance of the MultiThreadedMessageLoop is better, I will rewrite the code to take advantage of it.
I am asking because my code until now assumed that CreateBrowser is a synchronous function (I was using dcef3 where it is). So, currently I set MultiThreadedMessageLoop := False to force this. However, if the performance of the MultiThreadedMessageLoop is better, I will rewrite the code to take advantage of it.