diff options
Diffstat (limited to 'java/demo/Ice/nested/README')
-rw-r--r-- | java/demo/Ice/nested/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/java/demo/Ice/nested/README b/java/demo/Ice/nested/README new file mode 100644 index 00000000000..49811a4dd4e --- /dev/null +++ b/java/demo/Ice/nested/README @@ -0,0 +1,10 @@ +A demo to illustrate how nested callbacks work, and how the size of +the thread pool affects the maximum nesting depth. + +To run the demo, first start the server: + +$ java Server + +In a separate window, start the client: + +$ java Client |