Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / tests / Server_Leaks / README
blob9c6de285faf04eef6c2e6c6d28d211145277e819
1 /**
5 @page Client Leaks Test README File
7         On TAO-1.1.12 the ORB was leaking handles on the server-side.
8 This test creates a single server and connection multiple clients to
9 it, trying to force a fault if the resources are leaked.
11         To run the test use the run_test.pl script:
13 $ ./run_test.pl
15         the script returns 0 if the test was successful.