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 are the scope of the class?
Through which protocol OLEDB components are interfaced?
To find the current recordposition in data control.
How can I speed up my VB database application?
Which language is used in visual basic?
Is visual basic case sensitive?
How do I do Peek and Poke and other low-level stuff?
How do I speed up control property access?
It possible to call OLEDB?s Features directly in VB without using any control?
What is the default model of the form?
What is FireHouse Cursors?
Can you tell me the properties of the controls?
How would you run your ActiveX Document Dll?
____ property of menu cannot be set at run time.
How many tabs in a tabbed dialog do you consider appropriate?