summaryrefslogtreecommitdiff
path: root/CIAO/tests/DAnCE/Threading/README
blob: 6176b7e1f3e4d6b4328d9e1e6f29fc3a98df46ec (plain)
1
2
3
4
5
6
7
8
9
10
11


This test is there to experiment with the TAO/CORBA settings.

There are two components, Component1 and Component2.
Component1 invokes a method (invoke_interface_2) on Component2. In that method,
Component2 invokes a method (invoke_interface_1) on Component1. By default this
doesn't deadlock the application since TAO's default wait strategy prefends this.

The wait strategy can be changed in the deployment plan (descriptors/Plan.cdp).
A deadlock occurs when 'rw' is used as strategy.