summaryrefslogtreecommitdiff
path: root/cpp/demo/Ice/nested/Client.cpp
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2001-09-28 20:54:38 +0000
committerMarc Laukien <marc@zeroc.com>2001-09-28 20:54:38 +0000
commit2f1e77e46bec2dfe5994f20e5113afa93a92f281 (patch)
tree4438063f9f54106730351f8c367d1a474f93fdf7 /cpp/demo/Ice/nested/Client.cpp
parentinitial nested demo (does not work yet) (diff)
downloadice-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.cpp6
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
{