Wat is multithreading in VB?

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


Please Help Members By Posting Answers For Below Questions

What do you know about user forms.

763


_____ collection in recordset used to assign a value from textbox to table columns without making abinding in datacontrol.

1383


what is the control used to call a windows application.

1595


How many ways you can access file using VB?

658


What are the scope of the class?

1628






Scope of API?s can be of different types, what are they Why API functions are Required?

1570


How do I remove/change the picture property of a control at design time?

1194


How would you create properties by using class Builder Wizard?

2190


How do I program the Novell NetWare API from VB?

1067


How do I implement an accelerator key for a text box?

1152


How would you map properties to controls by using ActiveX Control Interface Wizard?

1519


What is the use of Data Form Wizard?

1632


Types of cursors in DAO?

1569


What is the use of progress Bar Control?

1604


I have several megabytes of memory. Why do I get an "out of memory" error?

1205