summaryrefslogtreecommitdiff
path: root/trunk/TAO/tests/Cache_Growth_Test/README
blob: ace71bc42a13b270321e8b7f8feb8de4dca210a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/**

@page Cache Grow Test README File

        This test is to make sure that we close the cache entries
	properly when the clients are disconnected. The test does
	something really simple. Infact it is a copy of the Hello
	test. But in this test we connect multiple clients to the
	server to make sure that our cache size does not grow.

	To run the test use the run_test.pl script:

$ ./run_test.pl

	the script returns 0 if the test was successful.

*/