From 9d5a45489ae73aba5ce15767037df8377aeab91b Mon Sep 17 00:00:00 2001 From: Marc Laukien Date: Thu, 18 Apr 2002 19:52:58 +0000 Subject: massive thread pool changes --- cpp/demo/Ice/nested/Client.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cpp/demo/Ice/nested/Client.cpp') 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; -- cgit v1.2.3