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 |
What is userdefine Messages in MFC?
Explain Doc/View architecture
List out the parameters of WinMain Function.
What is the use of UpdateData funciton ?
What is the difference between GetMessage and PeekMessage ?
What is the use of OninitDialog ?
How to update all the views whenver document got updated ?
Differ GetMessage, PostMessage & PeakMessage?
What is the command routing in MFC framework?
What MFC base classes provide support for ActiveX controls?
Hi All, i am new for VC++ SDK. i want to get the IP Address of all the External device connected with my local machine.please give the code Regards, Praveer
I can i set size of integer variable should be fixed for different operating systems(Ex i want integer size is 2bytes in OS)