Answer Posted / ravi kumar noneria
What happens if we need our Process to do more than 1
thing, like execute query and write to a database at the
same time. Luckily we can split a Process to share the time
slice allocated to it. This is done by spawning new threads
in the current Process. These extra threads ares sometimes
called worker threads. These worker threads share the
processes memory space that is isolated from all other
Processes on the system.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
1.What are the Feactures visual data manager 2.Short note on visual data manager 3.What is data control,its work,properties,methods 4.Needs for OLEDB in vb 5.LIst steps involved in generating christal report 6.What is a recordset 7.Diffrence between RDO and ADO 8.What is an Activex control 9.Advantages of ADO over data control 10.Diffrence between model and modeless form 11.What is the significance of debug window 12.Diffrence between single document and multiple document 13.Explain data report
What is the use of OLE?
which property used to add a menus at runtime?
What is Pseudocode?
Does VB support pointers to functions?
Explain about trees structures work.
Explain Default cursor Type and LockEdits type in RDO?
How do I program the Novell NetWare API from VB?
What is the difference between c++ and visual basic?
What is ODBC Direct and Microsoft Jet Database Engine ?
How do I access C style strings?
How do I prevent multiple instances of my program?
What is ActiveX Dll and ActiveX Exe?
Types of cursors in RDO.
How do I get my application on top?