2 This is a simple test for testing big AMI calls.
4 At the moment we do very huge AMI calls, then the send
5 could block at transport level. At that moment the data we want
6 to send if buffered and we should return control to the application
7 without waiting until all data is send. We test this by doing
8 several big AMI calls and check whether we didn't receive any
9 replies, the replies should return at the moment we just run
10 the ORB but not between the AMI calls themselves.
12 This problem will not appear on fast systems that have client
13 and server locally, it will appear when client and server are
14 on different boxes but that is something we don't test with our