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