We are doing site to site communication in two different ways:
1. With use of PDL ( lenAck.pdl) tcpip connection:
This pdl driver manages the transmission of messages using 4 byte binary
length encoding. Acknowledgements are also processed within the pdl.
2. Without any PDL, simple tcpip connection:
This way a simple tcpip connection is established with a specific port on localhost.
Any recomendations as to which one of the two is better and for what reasons.
Thanks for the help,
Amit