08-04-2021, 08:03 PM
(06-16-2021, 06:43 PM)DanBarclay Wrote:(06-16-2021, 05:18 PM)kudzu Wrote: Off hand, it sounds very much like this component has threading issues. If so the best way may be to use a separate process for each export. We have a demo/component for components like this that arent written properly for threads.
I'm sure Chad is talking about CGIRunner. This should solve threading issues. That said, I believe it was introduced in a v15 update (can't remember).
The component makes it trivial to place a portion of your code into a CGI app and call it from an IW session. The CGI app can run unmolested by other threads.
Dan
Thank you very much. Sorry to respond after so much time, had health issues.
We resolved that part, however, the main problem, as Alexandre pointed out, is the component that has threading issues.

