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)To Remove WS_MINIMIZEBOX in a Frame ?
List out the basic features of MFC.
1)dynamic creation of a Button ?
What is LoadLibrary function returns?
What MFC base classes provide support for ActiveX controls?
How to update windows title bar dynamically?
Why not virtual functions to handle messages?
What is the use of CObject::Dump function ?
If i derive a new class from CObject what are the basic features my derived wil get ?
What?s the difference between Modal and Modeless Dialog?
How do you change the properties for a tree view control that is part of the CTreeView class?
If there is more than 100 control in a window how we can change the Taborder of a controls