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
How can I speed up my VB database application?
How would you add elements in TreevieW Control.
What is the use of Data Form Wizard?
What is Pseudocode?
how to use unicode data in vb6 regarding to telugu language, my output is in only telugu language
How do I get my application on top?
Explain about the creation of EXE files with Visual Basic?
What is the use of Scalewidth and ScaleHeight Proeperty?
How do I change the color of a form in visual basic?
What are some methods you can use to send data from one VB executable to another one?
Explain about Caturing Baseline.
what are the Differences between Recordset and Resultsets?
What is meant by building a recordset.
Explain the working with task in Gantt chart view.
How would you activate animation control?