summaryrefslogtreecommitdiff
path: root/TAO/tests/Server_Leaks/README
blob: 38faffb9dfddec29d4ed2f2abf9c1ddb1badfe43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/**

@page Client Leaks Test README File

	On TAO-1.1.12 the ORB was leaking handles on the server-side.
This test creates a single server and connection multiple clients to
it, trying to force a fault if the resources are leaked.

	To run the test use the run_test.pl script:

$ ./run_test.pl

	the script returns 0 if the test was successful.

*/