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 do you change the properties for a tree view control that is part of the CTreeView class?
what is functioning of DIalodDataXchange ..?
What is serialization ?which function is responsible for serializing data ?
Name the Synchronization objects?
what is the use of CCmdTarget?
What four types of properties are supported by an ActiveX control?
What is the base class for MFC Framework ?
2.create for 10 batch: Employee_Number Employee_name Employee_Dateofjoining Employee_address Employee_salary 1.select the employee name who deriving more than 10 thousand salary and joined before august 08. use structure and pointers
what is the use of Mutex and critical section
How can we create thread in MFC framework?
How we call a dialog in another dialog?
What?s the difference between Modal and Modeless Dialog?