B
Bill
Okay, crazy question.
I have a tcp client/server app running on a machine. The app takes a string, delimited by various characters (hl7), parses it, and then Acks
back to the client. The problem we are having is at times, the client (a different vendor's application) sends unexpected trash in the
string. It is nearly impossible for us to code for every "Trashy" event that may occur. At this point, our app (rarely!) Hangs and is unable
to ack back.
The question is: Is there anyway to determine if the application is still running, but "Hung up"??? I know this is a vague question, but any
help would be greatly appreciated.
Thanks!!
Daniel
I have a tcp client/server app running on a machine. The app takes a string, delimited by various characters (hl7), parses it, and then Acks
back to the client. The problem we are having is at times, the client (a different vendor's application) sends unexpected trash in the
string. It is nearly impossible for us to code for every "Trashy" event that may occur. At this point, our app (rarely!) Hangs and is unable
to ack back.
The question is: Is there anyway to determine if the application is still running, but "Hung up"??? I know this is a vague question, but any
help would be greatly appreciated.
Thanks!!
Daniel