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

How do you change the properties for a tree view control that is part of the CTreeView class?

1 Answers  


What are the differences between MFC Exception macros and C++ exception keywords?

2 Answers  


If application hangs while SendMessage is waiting for the result, how you handle it?

2 Answers  


I have 2 threads. One thread prints odd numbers and the second thread prints even numbers. Now, I have to execute the threads alternatively so that i can output 1,2,3,4,5,6,..... write code for this?

1 Answers  


1)To Remove WS_MINIMIZEBOX in a Frame ?

1 Answers  






What is subclassing?

2 Answers  


How do I create a dialog box in mfc?

0 Answers  


i have created runtime menu -- ( admistrator ->managepackage,manage module). but now i want to open a dialog when i select manage package and any other diaolg when selecting manage module ( whole selection is at run time only ) . Please HELP .its urgently required

3 Answers   Patni,


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

2 Answers  


Have you ever used win32 APIs ?

4 Answers   Microsoft,


1)At run-time, you can change the icon by calling the LoadIcon() function?

2 Answers  


I can i set size of integer variable should be fixed for different operating systems(Ex i want integer size is 2bytes in OS)

2 Answers   Invensys,


Categories