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!
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