2 A performance test for Callback objects.
4 This test measures roundtrip delays for a callback object,
5 i.e. the "client" creates a Callback interface, then it passes the
6 interface to the "server". The client then proceeds to make multiple
7 requests to the server, on each request the server make an invocation
8 on the callback object.
9 In short this is very similar to what event services do, and
10 it can be used to compare ORB vs. event service performance, as well
11 as to fine-tune the ORB configuration for this scenario.
15 $ ./server -o test.ior
16 $ ./client -i 1000 -k file://test.ior