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 |
What function is called by a document class to notify views that the document has been changed?
What is the base class for MFC Framework ?
How to handle RTTI in MFC ?
what is the size of a process
What is the base class for most MFC classes?
how u can move CDC pointer to one line in cview?
How to handle command line arguements from simple MFC application ?
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
if i modified data in 1 view how does the other view knows
What is the difference between Synchronous sockets and asynchronous sockets?
How to handle dynamic menus in MFC?
What is LPCTSTR? What does LP denote it?