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
1)why we cant create more than one instance of the class Derived from CWinApp
What is LoadLibrary function returns?
What is the range of intensity of RGB
How to convert the content of buffer into lower case character.
What is the base class for MFC Framework ?
how do u identify RTTI in vc++
How can update edit control data of an executing application from other application?
What is difference between the TCP/IP and UDP socket
How to convert a CString variable to char* or LPTSTR?
How do I create a dialog box in mfc?
WHAT IS DIFFERENT BETWEN RELEASE MODE & DEBUGGING MODE
4 Answers Google, Microsoft, TCS,