08-11-2021, 03:48 PM
(08-05-2021, 05:46 PM)kudzu Wrote: 1) Can you reproduce the same behavior when deployed as SA?
2) Add some logging to your code and then use a stress tool against it. In most cases its user code getting stuck in some kind of thread contention issue.
Thanks for the pointers. I wrapped all of the calls in a criticalsection and it helped some, At this point I am going to eliminate Cross talk and replace the calls with an http call through indy.

