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 |
If i derive a new class from CObject what are the basic features my derived wil get ?
1)How to load an icon on a button as Dynamically ?
1)does Frame Thickness in MFC?
What is difference between the TCP/IP and UDP socket
In MFC By Using Communication Between Dialog Boxes,How Can We Send Message Of one Dialog Box To Another Dialog.?
3 Answers Financial Technologies,
How to convert a CString variable to char* or LPTSTR?
How to find the mouse entering an image?..while entering need to display next image...
What is the difference between ASSERT and VERIFY?
Explain the flow of SDI application?
how u can move CDC pointer to one line in cview?
What is subclassing?
Differ GetMessage, PostMessage & PeakMessage?