Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / tests / RTCORBA / Dynamic_Thread_Pool / README
blob3286dcbe9ada743789e8118cbf2ee4f7e3eb2ee4
1 Description:
2 This is a simple test for a RT thread-pool server.  It creates a
3 server process with multiple thread pools, POAs, and servants.  The
4 test also spawns multiple clients for each servant.  The servants with
5 multiple threads in their thread-pool respond faster than the servants
6 with a single thread thread-pool.
8 See run_test.pl to see how to run this test.