summaryrefslogtreecommitdiff
path: root/trunk/TAO/tests/LongUpcalls/README
blob: 3e7e6a576b15c071afede7c9781f5de4cf9293d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
/**

@page Long Upcalls Test README File

	Verify that the ORB does not dead-lock, even in the presence
of very long or unbounded upcalls.  This is a regression test for:

http://ace.cs.wustl.edu/bugzilla/show_bug.cgi?id=175

	In the old days the leader thread would not allow any
followers to take over while a long upcall or reply handler
was running.  This could produce deadlocks as in some cases the upcall
may want for follower threads before returning.

	To execute the test simply run

$ ./run_test.pl

	The test returns 0 on success.

@section Known problems

	This test can also be used to verify that bug

http://ace.cs.wustl.edu/bugzilla/show_bug.cgi?id=575

	is still unresolved, all you need to do is run the following
programs:

$ ./ami_server -ORBSvcConf svc.conf -o test.ior

$ ./ami_client -ORBSvcConf svc.conf -k file://test.ior

	the client will deadlock.

*/