Visual C++ Question:
How can server communicate with more than one client?
Answer:
Server can communicate with more than one client with using threading concepts there are java threads which are allocated to every client
when he logs in to server,the thread handles the client.
when he logs in to server,the thread handles the client.
Previous Question | Next Question |
Why Array Index starts from Zero? | What is command routing in VC++? |