Hi, nfbgcycler.
It sounds like a better way to accomplish this would be to have a single TCP connection in one non-critical loop. You'll notice the TCP VIs only require that you specify a port when opening a connection or listening for a connection, so all subsequent reads and writes can occur once that connection has been established. If for some reason your application requires two loops, you could always "pass the connection around" using queues. That way you'd still maintain a single connection, and you wouldn't have to even worry about whether or not you should use the same port.
Let me know if you have any other questions!
Sarah K.
Search PME
National Instruments