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 you check whether a record is valid record or Invalid record using ADO control or Object?
What is hyperlink?
How many File System Controls are there Explain?
How would you access objects created in ActiveX Exe and ActiveX D1T ?
Explain the usage of Web Browser Control?
What is the use of Visual Basic Document file?
How do I tell when an application executed using the SHELL command is finished?
Why visual basic is used?
What are the tools available for Debuggiu in VB?
Where can I get updated VB and other Microsoft files?
What are the different procedures associated with the object?
what controls have you used in your project?
How do I call help files from a VB program?
Are there any examples of commercial applications built using Visual Basic?
Parts of ODBC?