Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / tests / LongUpcalls / README
bloba0136f39f0c394a9e533d6e675d1152064bfc0e9
1 /**
5 @page Long Upcalls Test README File
7 Verify that the ORB does not dead-lock, even in the presence
8 of very long or unbounded upcalls.  This is a regression test for:
10 http://bugzilla.dre.vanderbilt.edu/show_bug.cgi?id=175
12 In the old days the leader thread would not allow any
13 followers to take over while a long upcall or reply handler
14 was running.  This could produce deadlocks as in some cases the upcall
15 may want for follower threads before returning.
17 To execute the test simply run
19 $ ./run_test.pl
21 The test returns 0 on success.
23 @section Known problems
25 This test can also be used to verify that bug
27 http://bugzilla.dre.vanderbilt.edu/show_bug.cgi?id=575
29 is still unresolved, all you need to do is run the following
30 programs:
32 $ ./ami_server -ORBSvcConf svc.conf -o test.ior
34 $ ./ami_client -ORBSvcConf svc.conf -k file://test.ior
36 the client will deadlock.