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:
25 the script returns 0 if the test was successful.