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 is the difference between Struts and JSF? Pls list some most suitable differences.
What is a message map, and what is the advantage of a message map over virtual functions?
how to repaint when working with horizontal scroll bar
what if we provide two message handler for same message ?
How to handle command line arguements from simple MFC application ?
Does the application have more than one object? If no, then what is the reason?
How to update all the views whenver document got updated ?
1)How to create ToolTip in MFC?
Tell us something about MFC?
what is the component of CLR ?
What is document-view architecture ? Give me one real time example for SDI ?
what is the use of AFX_MANAGE_STATE ?