summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2004-07-16 21:47:02 +0000
committerMark Spruiell <mes@zeroc.com>2004-07-16 21:47:02 +0000
commit75a8f748e79a1f5c1512ad1a7dabea05fe2bc1fa (patch)
tree2879eb30fb64f2b36645866ce782df6d1dacb6ed /cpp/src
parentrestoring some properties (diff)
downloadice-75a8f748e79a1f5c1512ad1a7dabea05fe2bc1fa.tar.bz2
ice-75a8f748e79a1f5c1512ad1a7dabea05fe2bc1fa.tar.xz
ice-75a8f748e79a1f5c1512ad1a7dabea05fe2bc1fa.zip
more updates to supported properties
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/Ice/PropertiesI.cpp36
1 files changed, 34 insertions, 2 deletions
diff --git a/cpp/src/Ice/PropertiesI.cpp b/cpp/src/Ice/PropertiesI.cpp
index f482cb41446..2befe8b17e3 100644
--- a/cpp/src/Ice/PropertiesI.cpp
+++ b/cpp/src/Ice/PropertiesI.cpp
@@ -128,11 +128,11 @@ static const string iceProps[] =
"ThreadPool.Server.SizeMax",
"ThreadPool.Server.SizeWarn",
"Trace.GC",
+ "Trace.Location",
"Trace.Network",
"Trace.Protocol",
"Trace.Retry",
"Trace.Slicing",
- "Trace.Location",
"UDP.RcvSize",
"UDP.SndSize",
"UseEventLog",
@@ -153,6 +153,9 @@ static const string iceBoxProps[] =
"ServiceManager.Endpoints",
"ServiceManager.Identity",
"ServiceManager.RegisterProcess",
+ "ServiceManager.ThreadPool.Size",
+ "ServiceManager.ThreadPool.SizeMax",
+ "ServiceManager.ThreadPool.SizeWarn",
"UseSharedCommunicator.*"
};
@@ -168,18 +171,34 @@ static const string icePackProps[] =
"Node.PropertiesOverride",
"Node.RedirectErrToOut",
"Node.ThreadPool.Size",
+ "Node.ThreadPool.SizeMax",
+ "Node.ThreadPool.SizeWarn",
"Node.Trace.Activator",
"Node.Trace.Adapter",
"Node.Trace.Server",
"Node.WaitTime",
"Registry.Admin.AdapterId",
"Registry.Admin.Endpoints",
+ "Registry.Admin.ThreadPool.Size",
+ "Registry.Admin.ThreadPool.SizeMax",
+ "Registry.Admin.ThreadPool.SizeWarn",
+ "Registry.Client.AdapterId",
"Registry.Client.Endpoints",
+ "Registry.Client.ThreadPool.Size",
+ "Registry.Client.ThreadPool.SizeMax",
+ "Registry.Client.ThreadPool.SizeWarn",
"Registry.Data",
"Registry.DynamicRegistration",
"Registry.Internal.AdapterId",
"Registry.Internal.Endpoints",
+ "Registry.Internal.ThreadPool.Size",
+ "Registry.Internal.ThreadPool.SizeMax",
+ "Registry.Internal.ThreadPool.SizeWarn",
+ "Registry.Server.AdapterId",
"Registry.Server.Endpoints",
+ "Registry.Server.ThreadPool.Size",
+ "Registry.Server.ThreadPool.SizeMax",
+ "Registry.Server.ThreadPool.SizeWarn",
"Registry.Trace.AdapterRegistry",
"Registry.Trace.NodeRegistry",
"Registry.Trace.ObjectRegistry",
@@ -228,10 +247,16 @@ static const string iceStormProps[] =
"Publish.AdapterId",
"Publish.Endpoints",
"Publish.RegisterProcess",
+ "Publish.ThreadPool.Size",
+ "Publish.ThreadPool.SizeMax",
+ "Publish.ThreadPool.SizeWarn",
"TopicManager.AdapterId",
"TopicManager.Endpoints",
"TopicManager.Proxy",
"TopicManager.RegisterProcess",
+ "TopicManager.ThreadPool.Size",
+ "TopicManager.ThreadPool.SizeMax",
+ "TopicManager.ThreadPool.SizeWarn",
"Trace.Flush",
"Trace.Subscriber",
"Trace.Topic",
@@ -241,7 +266,9 @@ static const string iceStormProps[] =
static const string glacierProps[] =
{
"Router.AcceptCert",
+ "Router.AdapterId",
"Router.AllowCategories",
+ "Router.Client.AdapterId",
"Router.Client.Endpoints",
"Router.Client.ForwardContext",
"Router.Client.SleepTime",
@@ -255,6 +282,7 @@ static const string glacierProps[] =
"Router.ThreadPool.SizeWarn",
"Router.Identity",
"Router.PrintProxyOnFd",
+ "Router.Server.AdapterId",
"Router.Server.Endpoints",
"Router.Server.ForwardContext",
"Router.Server.SleepTime",
@@ -268,6 +296,7 @@ static const string glacierProps[] =
"Router.Trace.Server",
"Router.Trace.Throttle",
"Router.UserId",
+ "Starter.AdapterId",
"Starter.AddUserToAllowCategories",
"Starter.Certificate.BitStrength",
"Starter.Certificate.CommonName",
@@ -284,6 +313,9 @@ static const string glacierProps[] =
"Starter.PropertiesOverride",
"Starter.RouterPath",
"Starter.StartupTimeout",
+ "Starter.ThreadPool.Size",
+ "Starter.ThreadPool.SizeMax",
+ "Starter.ThreadPool.SizeWarn",
"Starter.Trace"
};
@@ -292,8 +324,8 @@ static const string freezeProps[] =
"DbEnv.*",
"Evictor.*",
"Trace.DbEnv",
- "Trace.Map",
"Trace.Evictor",
+ "Trace.Map",
"Warn.CloseInFinalize",
"Warn.Deadlocks"
};