Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / tests / RTCORBA / Dynamic_Thread_Pool / README
blob94074ab8aeb2dc53c03fd8b1de099716f1e97402
3 Description:
4 This is a simple test for a RT thread-pool server.  It creates a
5 server process with multiple thread pools, POAs, and servants.  The
6 test also spawns multiple clients for each servant.  The servants with
7 multiple threads in their thread-pool respond faster than the servants
8 with a single thread thread-pool.
10 See run_test.pl to see how to run this test.