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.
10 The server prints out the IOR of the object it serves and the
11 thread that handles each request.
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