This example is used for an extremely simple "null" method call
benchmark.

To run the performance test, first run the server:

./server

Then run the client with the number of times to call the "null"
method, for example:

./client 1000

You can add options to set the concurrency model, for example:

./server -OAthread_pool 5
./client -ORBthreaded
