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 do you know about user forms.
_____ collection in recordset used to assign a value from textbox to table columns without making abinding in datacontrol.
what is the control used to call a windows application.
How many ways you can access file using VB?
What are the scope of the class?
Scope of API?s can be of different types, what are they Why API functions are Required?
How do I remove/change the picture property of a control at design time?
How would you create properties by using class Builder Wizard?
How do I program the Novell NetWare API from VB?
How do I implement an accelerator key for a text box?
How would you map properties to controls by using ActiveX Control Interface Wizard?
What is the use of Data Form Wizard?
Types of cursors in DAO?
What is the use of progress Bar Control?
I have several megabytes of memory. Why do I get an "out of memory" error?