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 |
Hi All, I have created one MFC Dialog Based application.now if i am running the application its working fine,instead of closing he application i minimized the application,if i run the application again,i am getting the Dialog. I want to prevent the calling of application multiple times. please give me the code and let me know in which method i need to make changes. Praveer
1)To Remove WS_MINIMIZEBOX in a Frame ?
1)set the Title for The File DialogBox, in MFC?
How can we create thread in MFC framework?
1)why we cant create more than one instance of the class Derived from CWinApp
what is the use of Mutex and critical section
Explain the flow of SDI application?
is there any class which is not derived from Cobject
what is the meaning of constant FILE EXCEEDS LENGTH LIMIT while loading from ps file to vsam in the jcl?
What is the range of intensity of RGB
Will there be any difference in the image buffer size if it is loaded in from CString to LPTSTR using GetBuffer()? lptstr = string.GetBuffer(0);
1) Enable or disable a Cancel button at run time?