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?
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.