Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / performance-tests / Callback / README
blobc92e22e0172cc2e5bf4456c6c3fc5f273ddf226f
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.
13         Run using:
15 $ ./server -o test.ior
16 $ ./client -i 1000 -k file://test.ior