summaryrefslogtreecommitdiff
path: root/cpp/demo/Ice/nested
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2002-04-18 19:52:58 +0000
committerMarc Laukien <marc@zeroc.com>2002-04-18 19:52:58 +0000
commit9d5a45489ae73aba5ce15767037df8377aeab91b (patch)
tree55e63caf4fcc9c5c46eb700618cfb7d31a902053 /cpp/demo/Ice/nested
parentminor update. (diff)
downloadice-9d5a45489ae73aba5ce15767037df8377aeab91b.tar.bz2
ice-9d5a45489ae73aba5ce15767037df8377aeab91b.tar.xz
ice-9d5a45489ae73aba5ce15767037df8377aeab91b.zip
massive thread pool changes
Diffstat (limited to 'cpp/demo/Ice/nested')
-rw-r--r--cpp/demo/Ice/nested/Client.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/demo/Ice/nested/Client.cpp b/cpp/demo/Ice/nested/Client.cpp
index 11a37001a26..d915035b543 100644
--- a/cpp/demo/Ice/nested/Client.cpp
+++ b/cpp/demo/Ice/nested/Client.cpp
@@ -54,9 +54,9 @@ NestedClient::run(int argc, char* argv[])
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"
+ << "being the number of threads in the server thread pool. if\n"
+ << "you specify a value higher than that, the application will\n"
+ << "block or timeout.\n"
<< endl;
string s;