diff options
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/doc/Properties.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/doc/Properties.sgml b/cpp/doc/Properties.sgml index 8a087ce15dc..2f4b02f22af 100644 --- a/cpp/doc/Properties.sgml +++ b/cpp/doc/Properties.sgml @@ -301,9 +301,9 @@ in undefined behavior. The default value is no router. </para></note> <title>Description</title> <para> If <replaceable>num</replaceable> is set to a value larger than zero, -the object adapter creates it's own, private thread pool with +the object adapter creates its own, private thread pool with <replaceable>num</replaceable> threads for dispatching requests. This -is useful to ensure that a minimum amount of threads is available for +is useful to ensure that a minimum number of threads is available for dispatching requests on certain &Ice; objects, in order to avoid deadlocks because of thread starvation. </para> |