Copy link to clipboard
Copied
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Hi,
I have to perform the same task of posting data using http request and I want to do this activity on different thread. For this I have created a new thread using windows API's but I am also getting the same assert "QueryInterface not thread safe" while executing the thread.
I am not able to figure out how to resolve this. Is it possibel to do multithreading in CS3/CS4.
Can you guys elaborate more how to acheive multithreading in InDesign.
Thanks in advance.
Copy link to clipboard
Copied
You have to maintain a private queue, without using any InDesign classes.
The thread feeds the queue, and the idle task within InDesign's main thread polls it.
Dirk
Find more inspiration, events, and resources on the new Adobe Community
Explore Now