ACE Tutorial 007
Creating a thread-pool server


In this tutorial, we're going to extend Tutorial 6 to add a third concurrency strategy:  thread-pool.  Like Tutorail 6 did to Tutorial 5, we're going to keep the existing strategies that we've already created and add this one in as a "bonus".  As you'll see, our basic objects will change but not by a whole lot.  To accomplish this, we'll introduce one new major object that helps to abstract the thread pool concept.


[Tutorial Index] [Continue This Tutorial]