Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / tests / Nested_Event_Loop / README
blobc13f93152ef92db1803552bb30e3c5bf390f9676
3 Description:
5 This is a test of invoking nested event loop calls from user code,
6 i.e., a call to perform_work() or run() from the implementation of the
7 servant.
9 Expected output:
11 The client and server should be able to make steady progress, i.e.,
12 should not deadlock.
14 How to run:
16 You can use the run_test.pl script to run it or:
18 $ server
19 $ client