How can server communicate with more than one client
Answers were Sorted based on User's Feedback
Answer / mahendra
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.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / jhon
Please go through this url:-
http://www.codeproject.com/KB/IP/TCP_Socket_Programming.aspx
with out thread.
| Is This Answer Correct ? | 1 Yes | 1 No |
1)How to load an icon on a button as Dynamically ?
Why Array Index starts from Zero
What does mfc stand for?
if both base and derived class have the constructors if i create an object for derive class which class constructor is executed first
How can we create thread in MFC framework?
How to handle RTTI in MFC ?
If application hangs while SendMessage is waiting for the result, how you handle it?
what is message Testing ?
Tell me the work of HTREDUCE and HTZOOM
Explain about MDI and CMultiDocTemplate ?
How to create a Modeless Dialog?
How many types of dialog box are their