We are getting closer to implementing a second interface. We currently have one interface listening on TCP/IP through a fixed port. My question is when we implement a second interface (from completely different source) is it best practice to open a new thread on a different port? Or reuse the existing thread and existing port for the new traffic to enter our site?
Thanks in advance,
Marcus de Leon