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 range of intensity of RGB

1 Answers  


WHAT IS DIFFERENT BETWEN RELEASE MODE & DEBUGGING MODE

4 Answers   Google, Microsoft, TCS,


if no message handler is available for a message then will deal with the message ? does window proving any default mechanism?

2 Answers   Patni,


what are the feauters of CObject

4 Answers   Siemens, Wipro,


How to find the mouse entering an image?..while entering need to display next image...

4 Answers  






What function is called by a document class to notify views that the document has been changed?

2 Answers  


What is CArchive class dowes?

4 Answers  


what is the use of AFX_MANAGE_STATE ?

4 Answers   HCL,


How can i implement the dynamic menus in MFC plz give the code

2 Answers  


How we call a dialog in another dialog?

2 Answers  


Does the application have more than one object? If Yes, Briefly explain.

2 Answers   Soltius Infotech,


1)How to change a text of a button in runtime?

2 Answers  


Categories