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

Which MFC function is used to display output?

9 Answers   TCS,


what is message Testing ?

1 Answers   L&T,


How do I create a dialog box in mfc?

0 Answers  


what if we provide two message handler for same message ?

1 Answers  


How to convert the content of buffer into lower case character.

3 Answers   E Logic,






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

2 Answers   Soltius Infotech,


how u can move CDC pointer to one line in cview?

2 Answers  


Tell me about different kinds of synchranization objects ?

6 Answers  


Explain the flow of SDI application?

8 Answers   Mphasis,


What is subclassing?

2 Answers  


What is CALLBACK? How it work? what is the advantage of CALLBACK, please explain with an example

6 Answers  


What types of threads are supported by MFC framework?

2 Answers  


Categories