> Does anyone know if I can use the same port number for my VIServer and > a separate TCP connection (established via "listen" function)??
In general, no. The port number is the mechanism for the operating system to decide what software will handle a specific packet of incoming TCP/IP traffic. In other words, its the sorting mechanism. To avoid confusion, you should use a different port number.
