diff options
author | Marc Laukien <marc@zeroc.com> | 2001-09-28 20:54:38 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2001-09-28 20:54:38 +0000 |
commit | 2f1e77e46bec2dfe5994f20e5113afa93a92f281 (patch) | |
tree | 4438063f9f54106730351f8c367d1a474f93fdf7 /cpp/demo/Ice/nested/Client.cpp | |
parent | initial nested demo (does not work yet) (diff) | |
download | ice-2f1e77e46bec2dfe5994f20e5113afa93a92f281.tar.bz2 ice-2f1e77e46bec2dfe5994f20e5113afa93a92f281.tar.xz ice-2f1e77e46bec2dfe5994f20e5113afa93a92f281.zip |
bug fix
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 { |