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