Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / tests / Oneways_Invoking_Twoways / README
blob5278c895e31d0971ce463e8befdaf3cd055e8a4f
1 /**
5 @page Oneways_Invoking_Twoways Test README File
7         This is a sort of a stress test for bug 575. The design of the
8         test may not depict real world conditions, but what it gets to
9         the fore is a problem that we are trying to fix.
11         The test is designed this way. The client makes a oneway call
12         to the server.The server, turns around to make a normal
13         invocation on the client. The client again tries to make a two
14         way invocation on the server as a part of the upcall. Threads
15         are created to stress things a bit...
17         There is a svcconf file that uses the select reactor. The
18         run_test_svc.pl script uses that svcconf file. The test would
19         run fine with the select reactor.
21         To run the test use the run_test.pl script:
23 $ ./run_test.pl
25         the script returns 0 if the test was successful.