Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / tests / Cache_Growth_Test / README
blob905e75a26bae3e716ffb13f4a1471089213f849a
1 /**
5 @page Cache Grow Test README File
7         This test is to make sure that we close the cache entries
8         properly when the clients are disconnected. The test does
9         something really simple. Infact it is a copy of the Hello
10         test. But in this test we connect multiple clients to the
11         server to make sure that our cache size does not grow.
13         To run the test use the run_test.pl script:
15 $ ./run_test.pl
17         the script returns 0 if the test was successful.