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 the use of CWinApp class?
how does the UIThread and worker thread communicates and handle events
WHAT IS DIFFERENT BETWEN RELEASE MODE & DEBUGGING MODE
4 Answers Google, Microsoft, TCS,
1)set the Title for The File DialogBox, in MFC?
Explain in sort What is CTargetObject?
General purpose classes in MFC
How to convert a CString variable to char* or LPTSTR?
1)why we cant create more than one instance of the class Derived from CWinApp
Whats is DDX & DDV in MFC?
How you create a button dynamically?
Tell us something about MFC?
what is the use of Mutex and critical section