- This topic has 1 reply, 1 voice, and was last updated 16 years, 6 months ago by .
-
Topic
-
I have a OB TPS proc that makes a tcl socket connection to retrieve some data to add to a ADT_P01. When the socket fails due to server going away I want to queue up the message and basically block any processing till the tcl socket connects. Various meathods are possible: 1. Return some sort of disposition when socket connection fails so message is queued. I tried PROTO, SEND, OVER but with a file protocol OUT thread it looks like the message does get placed in the queue at state 10 but then quicky goes away into the file.
2. another possiblity is may be kill the thread from the TPS stream itself when the socket fails. How do i do this ?
Basically I want the Operations to notice that socket is failing and get it back up. Any suggestions will be appreciated
- The forum ‘Cloverleaf’ is closed to new topics and replies.