Merge pull request #2303 from jwillemsen/jwi-803
[ACE_TAO.git] / TAO / tests / MT_Client / README
blob2c9584812a943949141d05590088e7c67870a870
3 Description:
5 This is a simple test for multi-threaded clients; it just
6 creates a simple server process and runs a client with multiple thread
7 sharing the same object reference.
9 Expected output:
10 The server prints out the IOR of the object it serves. The
11 client shouldn't print out anything, it returns 0 on success.
13 How to run:
14 You can use the run_test.pl script to run it or:
16 $ server -o test.ior
17 $ client -k file://test.ior -n 4 -i 1000