How can server communicate with more than one client

Answers were Sorted based on User's Feedback



How can server communicate with more than one client..

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

How can server communicate with more than one client..

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

Post New Answer

More MFC Interview Questions

what is the use of CWinApp class?

3 Answers   Mphasis,


how does the UIThread and worker thread communicates and handle events

2 Answers   HCL,


WHAT IS DIFFERENT BETWEN RELEASE MODE & DEBUGGING MODE

4 Answers   Google, Microsoft, TCS,


1)set the Title for The File DialogBox, in MFC?

1 Answers  


Explain in sort What is CTargetObject?

2 Answers  


General purpose classes in MFC

1 Answers   TCS,


How to convert a CString variable to char* or LPTSTR?

5 Answers   Dover,


1)why we cant create more than one instance of the class Derived from CWinApp

5 Answers   Alstom,


Whats is DDX & DDV in MFC?

1 Answers   HCL,


How you create a button dynamically?

2 Answers  


Tell us something about MFC?

7 Answers   Microsoft,


what is the use of Mutex and critical section

2 Answers  


Categories