LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

can a single TCP port be shared between two exe's?

I have two exe's running on the same PC. They both need to register for port 80. The reason is that port 80 get's passed through all routers. Can they both get buffers from a single post to port 80? How do I deal with this?
0 Kudos
Message 1 of 2
(2,710 Views)
No, only one application can connect on a single port from the same machine. The second attempted connection from the same IP on the same port will be refused by the server.

Best Regards,

Chris Matthews
National Instruments
0 Kudos
Message 2 of 2
(2,710 Views)