What is a thread pool and how are the threads within a
thread pool managed?



What is a thread pool and how are the threads within a thread pool managed?..

Answer / Raman Kumar Mishra

A thread pool is a collection of threads that can be reused to perform multiple asynchronous operations. The .NET Framework manages the threads in a thread pool by keeping a certain number of threads idle, ready to run tasks as they become available.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Visual Basic Interview Questions

What is dao in vba?

1 Answers  


Which property of textbox cannot be changed at runtime ?

3 Answers   JPMorgan Chase,


What is a Type Library and what is it's purpose ?

1 Answers  


What is the use of ActiveX Documents?

1 Answers  


Types of LockEdits in RDO.

1 Answers  


how a multiple routing works ?

1 Answers  


what are the Differences between Recordset and Resultsets?

1 Answers   IBS, Lava International,


Can a VB application be an OLE server?

1 Answers  


Using which type we can access file line by line?

2 Answers  


What is the error message that you would get if you try to assign "Null" to an integer variable?

4 Answers   Symphony, Yahoo,


Difference between Linked Object and Embedded Object?

2 Answers  


What methods are used for DBGrid in unbound mode?

1 Answers  


Categories