Search found 2 matches

by anj_hm
Thu Nov 26, 2020 5:04 pm
Forum: madExcept
Topic: Threads getting "stuck"
Replies: 3
Views: 3259

Re: Threads getting "stuck"

I'll see what I can do about tracing further in. F7 doesn't jump directly to the TObject.Free. That's the line within _DoneExcept() that hangs. I don't know enough about the low-level side of things. I assume _DoneExcept() is running as a side effect of implicit code inserted by the compiler based o...
by anj_hm
Wed Nov 25, 2020 10:51 am
Forum: madExcept
Topic: Threads getting "stuck"
Replies: 3
Views: 3259

Threads getting "stuck"

I've inherited a rather large web broker based web service. It uses the TIdHTTPWebBrokerBridge with a TWebModule handling both SOAP and RESTful like requests. My first task has been to make it more reliable. My company was/is aware that it was having issues - to the degree that it's forcibly restart...