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
What is the need of tabindex property is label control.
What are the important components of OLEDB?
Hi, I am USINg QTP tool for automation. Where VB Script have to use. I want to read a row from the table present in .Doc File and to paste in excel. Could you please assist me or give me the code to get it. I am new in this technology.
How can you filter out specific type of file using file system controls?
How would you navigate between one document to another document
What is the use of ActiveX Documents?
What is the difference between Msgbox Statement and MsgboxQ function?
How many tabs in a tabbed dialog do you consider appropriate?
What is a toolbox in visual basic?
Which type of object requires this object?
How can I change the printer Windows uses in code without using the print common dialog? How can I change orientation?
What is ODBC Direct and Microsoft Jet Database Engine ?
Write the steps in Creating ActiveX Dll and Active Exe?
How do you zoom in visual basic?
Through which protocol OLEDB components are interfaced?