What is Multithreading
Answer / arun nayaka
Multithreading is a specialized form of multitasking. In
general, there are two types of multitasking: process-based
and thread-based
Process-based multitasking handles the concurrent execution
of programs. Thread-based multitasking deals with the
concurrent execution of pieces of the same program.
| Is This Answer Correct ? | 11 Yes | 0 No |
What is the difference between the ASSERT and VERIFY macros?
how does conditionally close the Dialog Box ?
Why not virtual functions to handle messages?
How can server communicate with more than one client
i have created runtime menu -- ( admistrator ->managepackage,manage module). but now i want to open a dialog when i select manage package and any other diaolg when selecting manage module ( whole selection is at run time only ) . Please HELP .its urgently required
What is the difference between OnInitialUpdate and OnUpdate?
what is functioning of DIalodDataXchange ..?
What function is called by a document class to notify views that the document has been changed?
How to convert a CString variable to char* or LPTSTR?
Does the application have more than one object? If Yes, Briefly explain.
What is Thread ?(VC++)What is the difference between Cmutex and Csemaphone?
1)why we cant create more than one instance of the class Derived from CWinApp