Brad Miller Guest
|
Posted: Fri Nov 19, 2004 9:29 pm Post subject: Indy 9 (.17) TIdHL7 crisis! |
|
|
So I've been working with an older version of this component, (the one
that didn't have the TIdTCPConnection as a part of the OnMessageReceived
event), and it was working pretty well. I was getting the "Terminate
Thread Timeout" issue on occassion, (which I still haven't seen
explained or answered here to my satisfaction), but while reading the
messages about this Thread Timeout, I decided I'd better get the up to
date version of indy 9 (build 17). Big mistake.
Are there any known bugs in this code?
I'm finding that the HandleIncoming is never breaking out of its loop,
because the VBuffer contains two sets of the MSG_END flags, so it is
unable to actually ever reach 0. So whenever I make an incoming call,
CPU usage shoots up to 95-98, as this bad boy spins its wheels trying to
empty itself out.
|
|