diff options
Diffstat (limited to 'TAO/tests/MT_Server/README')
-rw-r--r-- | TAO/tests/MT_Server/README | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/TAO/tests/MT_Server/README b/TAO/tests/MT_Server/README new file mode 100644 index 00000000000..7820727a22f --- /dev/null +++ b/TAO/tests/MT_Server/README @@ -0,0 +1,19 @@ +# $Id$ + +Description: + + This is a simple test for a thread-pool server. It creates a +server process with a variable number of threads, multiple clients can +send requests to it, the requests are handled in different threads. + +Expected output: + The server prints out the IOR of the object it serves and the +thread that handles each request. + +How to run: + You can use the run_test.pl script to run it or: + +$ server -o test.ior -n 4 -ORBSvcConf server.conf +$ client -k file://test.ior -i 1000 +$ client -k file://test.ior -i 1000 +$ client -k file://test.ior -i 1000 |