Link to home
Start Free TrialLog in
Avatar of cehrnow
cehrnow

asked on

TCP/IP Sockets

Is it possible to create a VB.NET application that can service around 30 simultaneous TCP/IP client socket connections. Each client would initially connect with a parameter to identify itself and the application would push relevant data to the relevant client as required ?
ASKER CERTIFIED SOLUTION
Avatar of dheenu27
dheenu27

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of cehrnow
cehrnow

ASKER

Excellent.
Thanks for that.