diff options
author | Mark Spruiell <mes@zeroc.com> | 2003-01-29 23:18:14 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2003-01-29 23:18:14 +0000 |
commit | 08537d9a616914c2779d8d68b1c244e0adeffeca (patch) | |
tree | cc0f66d7642cc67abb98897300a363c7f4bb494a /cpp | |
parent | fixes (diff) | |
download | ice-08537d9a616914c2779d8d68b1c244e0adeffeca.tar.bz2 ice-08537d9a616914c2779d8d68b1c244e0adeffeca.tar.xz ice-08537d9a616914c2779d8d68b1c244e0adeffeca.zip |
minor fix
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> |