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 |
1)How to load an icon on a button as Dynamically ?
what do you mean by psychic window?
Explain about MDI and CMultiDocTemplate ?
I want recent paper pattern for HP company?
How to update windows title bar dynamically?
what if we provide two message handler for same message ?
Explain the flow of SDI application?
What is the use of OninitDialog ?
Whats is DDX & DDV in MFC?
What is the base class for MFC Framework ?
What is CArchive class dowes?
How do I create a dialog box in mfc?