I am looking at possible issues with TCPIP port sharing for a server application written in C. The documentation indicates that the application does not have to do anything as the port sharing is transparent to the server and client applications.
The client / server application is working fine with the port sharing TCPIP setup (3 servers running all using the same port) with no source code changes. The concern is if we change something in our application it could stop the port sharing from working.
Is there anything that should be avoided in the way the applications sets up the connection? Is there anything else we should be aware of?