06-16-2021, 06:43 PM
(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

