What is the difference between Synchronous sockets and
asynchronous sockets?
Answers were Sorted based on User's Feedback
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 |
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 |
how does the UIThread and worker thread communicates and handle events
What is the difference between the SDI and MDI
What is serialization ?which function is responsible for serializing data ?
How to access document object from view ?
1)why we cant create more than one instance of the class Derived from CWinApp
Why not virtual functions to handle messages?
What is the use of CCmdTarget ?
What are the differences between MFC Exception macros and C++ exception keywords?
What is model and modeless dialog box ? Give some examples?
what is the meaning of constant FILE EXCEEDS LENGTH LIMIT while loading from ps file to vsam in the jcl?
What is the base class for MFC
What is the base class for MFC Framework ?