S
Steven Blair
Hi,
I have Server application which handles a single conenction froma client.
I want this program to accept concurrent connections.
Anyone help me out ?
I am using a TcpListener object. I thought that this would accept concurrent
connections, but apparently not, sicne I have my server running and connect
using 2 sessions of telnet and only seems to register one connection.
Any help on this is appreciated
I have Server application which handles a single conenction froma client.
I want this program to accept concurrent connections.
Anyone help me out ?
I am using a TcpListener object. I thought that this would accept concurrent
connections, but apparently not, sicne I have my server running and connect
using 2 sessions of telnet and only seems to register one connection.
Any help on this is appreciated