We have some interfaces with the “OVER” tclproc, but now we are trying to use other way to do the same. We found that troubleshooting, doing “resends” or recovering from a crash is a little bit more complicated. To acomplish the same, now we use something like this:
thread1_in –route–> thread2_out –tcp–> thread3_in –route–> thread4_out
Yes, we have one more thread, but it is easier to maintain.
We didn’t noticed a significant drop on performance by using the TCP connection.
Best regards,
Carlos