Experience in C++, C#, Java and Process : Living in Montreal

* What is my technical experience as a software developer

* What I have learned in the software business

* Where I am heading to in my career

* How to process in a project

Wednesday, January 19, 2005

Thread pool in C#

There is pre-created threads pool in C#. Use this threads in the pool could make the programming easier and faster. But be noted, if all of the threads in the pool are used, you will get an exception.
How does it exactly work for a threads pool? Can a application creates its own threads pool with the same design?

Need to be clarified!

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home