Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / tests / MT_Server / README
blobef81d9ddd33835e407c82ca87344364bc35a17e4
3 Description:
5 This is a simple test for a thread-pool server.  It creates a
6 server process with a variable number of threads, multiple clients can
7 send requests to it, the requests are handled in different threads.
9 Expected output:
10 The server prints out the IOR of the object it serves and the
11 thread that handles each request.
13 How to run:
14 You can use the run_test.pl script to run it or:
16 $ server -o test.ior -n 4 -ORBSvcConf server.conf
17 $ client -k file://test.ior -i 1000
18 $ client -k file://test.ior -i 1000
19 $ client -k file://test.ior -i 1000