summaryrefslogtreecommitdiff
path: root/TAO/tests/RTCORBA/Dynamic_Thread_Pool/README
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/RTCORBA/Dynamic_Thread_Pool/README')
-rw-r--r--TAO/tests/RTCORBA/Dynamic_Thread_Pool/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/TAO/tests/RTCORBA/Dynamic_Thread_Pool/README b/TAO/tests/RTCORBA/Dynamic_Thread_Pool/README
new file mode 100644
index 00000000000..95b07c46c2c
--- /dev/null
+++ b/TAO/tests/RTCORBA/Dynamic_Thread_Pool/README
@@ -0,0 +1,10 @@
+$Id$
+
+Description:
+This is a simple test for a RT thread-pool server. It creates a
+server process with multiple thread pools, POAs, and servants. The
+test also spawns multiple clients for each servant. The servants with
+multiple threads in their thread-pool respond faster than the servants
+with a single thread thread-pool.
+
+See run_test.pl to see how to run this test. \ No newline at end of file