Link to home
Start Free TrialLog in
Avatar of bjw5d6
bjw5d6

asked on

concurrent connection oriented client-server programming

I am supposed to write a concurrent connection oriented client-server program
for a class assignment.  The server is supposed to be able to take at least 3 clients
at one time.  How do I test this kind of code?  For example, if I write the client program and the server program, can both these programs run off my home computer?  Do I just save the server program and close it, and then open up 3 C++ sessions and run the client program in each of the 3 sessions at the same time?
Thanks,
Bill
ASKER CERTIFIED SOLUTION
Avatar of Feldspar
Feldspar

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
To illustrate a bit:
You can have a "web server" installed in your computer and open 3 copies of internet explorer to access it, that's an example of a server and 3 clients accessing concurrently in the same computer.