For inter-process/inter-site communication, can someone explain the relative merits of PROTOCOL:tcpip vs PROTOCOL:pdl-tcpip with tcp_acknak.pdl ?
I’m looking for speed and reliability. I’ve been using the straight tcpip protocol. It seems to be working very well, but want to know whether or not I’m at risk for data loss.
We use a Tcl proc to generate acknowledgments and it can generate either HL/7 or a ‘flat’ acknowledgment (3 chars – ack).
Length encapsulated tcp/ip is faster than pdl but not that significantly in my opinion so that does not matter but an HL/7 ACk is longer (even a basic one).
email: jim.kosloskey@jim-kosloskey.com 30+ years Cloverleaf, 60 years IT – old fart.
The tcp-acknak.pdl provides single character ACKs at the PDL level.
We tested this about 10 years ago between Cloverleaf sites and did not manage to lose a message; we now use this for all our intersite connections – we have about 70 sites.