What is the difference between Synchronous sockets and
asynchronous sockets?

Answers were Sorted based on User's Feedback



What is the difference between Synchronous sockets and asynchronous sockets? ..

Answer / mms zubeir

The above answer is not relevant to the question.

The simple answer is, asynchronous sockets don't block the
other parts of application while carrying a request, but
the synchronous operation blocks the application during
processing.

There are many like this, but this is the basic difference.

Is This Answer Correct ?    51 Yes 2 No

What is the difference between Synchronous sockets and asynchronous sockets? ..

Answer / kirankumar

Class CSocket derives from CAsyncSocket and inherits its
encapsulation of the Windows Sockets API. A CSocket object
represents a higher level of abstraction of the Windows
Sockets API than that of a CAsyncSocket object. CSocket
works with classes CSocketFile and CArchive to manage the
sending and receiving of data.

Is This Answer Correct ?    4 Yes 26 No

Post New Answer

More MFC Interview Questions

Tell me the work of HTREDUCE and HTZOOM

1 Answers   E Logic,


How can i change the color of a dropdowncombobox elements

2 Answers  


What is the use of CCmdTarget ?

4 Answers  


Explain about MDI and CMultiDocTemplate ?

2 Answers  


What are the types of button controls?

10 Answers  






plzz tell me what we can do and dont in tally ERP & sap business one?

0 Answers  


List out the basic features of MFC.

4 Answers   Mphasis,


How you create a button dynamically?

2 Answers  


1)does Frame Thickness in MFC?

1 Answers   winfoware,


Does the application have more than one object? If no, then what is the reason?

5 Answers  


Hi All, i am new for VC++ SDK. i want to get the IP Address of all the External device connected with my local machine.please give the code Regards, Praveer

1 Answers   TCS, Tech Mahindra,


what is message loop how mfc does it internally?

4 Answers   Aspire,


Categories