Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / tests / Bug_3953_Regression / README
blobc75bbc5d5d728fbdc992d9f279ff79d505bd0d8f
3 This is a test of the nested upcall feature in TAO using mt_noupcall.
4 start off by calling the server and providing a callback object and a
5 time-to-live number.  The server will callback the client (using the
6 callback object) and decrement the time-to-live number.
8 With mt_noupcall enabled the client should drop the nested upcall from the
9 server and which leads to a timeout exception in the server and than in the
10 client.