diff options
Diffstat (limited to 'cpp/demo/Ice/nested/Client.cpp')
-rw-r--r-- | cpp/demo/Ice/nested/Client.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cpp/demo/Ice/nested/Client.cpp b/cpp/demo/Ice/nested/Client.cpp index 4e9bda40cd9..1310b581013 100644 --- a/cpp/demo/Ice/nested/Client.cpp +++ b/cpp/demo/Ice/nested/Client.cpp @@ -53,6 +53,12 @@ NestedClient::run(int argc, char* argv[]) adapter->add(new NestedI(self), "nestedClient"); adapter->activate(); + cout << "Note: The maximum nesting level is (sz - 1) * 2, with sz\n" + << "being the number of threads in the thread pool. if you\n" + << "specify a value higher than that, the application will block\n" + << "or timeout.\n" + << endl; + string s; do { |