diff options
author | Marc Laukien <marc@zeroc.com> | 2004-11-01 22:52:46 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2004-11-01 22:52:46 +0000 |
commit | 2c8d38517d58868e4be35c0bf652d17707266ded (patch) | |
tree | e766d1d6f1d3dc1e6f4c958eeb0b6e1a1307f48b /cpp/src/Ice/PropertiesI.cpp | |
parent | more glacier2 (diff) | |
download | ice-2c8d38517d58868e4be35c0bf652d17707266ded.tar.bz2 ice-2c8d38517d58868e4be35c0bf652d17707266ded.tar.xz ice-2c8d38517d58868e4be35c0bf652d17707266ded.zip |
more glacier2
Diffstat (limited to 'cpp/src/Ice/PropertiesI.cpp')
-rw-r--r-- | cpp/src/Ice/PropertiesI.cpp | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/cpp/src/Ice/PropertiesI.cpp b/cpp/src/Ice/PropertiesI.cpp index 247823bf690..efe7c75389f 100644 --- a/cpp/src/Ice/PropertiesI.cpp +++ b/cpp/src/Ice/PropertiesI.cpp @@ -134,6 +134,7 @@ static const string iceProps[] = "ThreadPool.Server.SizeWarn", "ThreadPool.Server.StackSize", "ThreadPerConnection", + "ThreadPerConnection.StackSize", "Trace.GC", "Trace.Location", "Trace.Network", @@ -340,30 +341,24 @@ static const string glacierProps[] = static const string glacier2Props[] = { + "Client.AlwaysBatch", "Client.Endpoints", "Client.ForwardContext", "Client.SleepTime", - "Client.ThreadPool.Size", - "Client.ThreadPool.SizeMax", - "Client.ThreadPool.SizeWarn", - "Client.ThreadPool.StackSize", - "Client.ThreadStackSize", "Client.Trace.Override", "Client.Trace.Reject", "Client.Trace.Request", + "Client.Unbuffered", "CryptPasswords", "PermissionsVerifier", "RouterIdentity", + "Server.AlwaysBatch", "Server.Endpoints", "Server.ForwardContext", "Server.SleepTime", - "Server.ThreadPool.Size", - "Server.ThreadPool.SizeMax", - "Server.ThreadPool.SizeWarn", - "Server.ThreadPool.StackSize", - "Server.ThreadStackSize", "Server.Trace.Override", "Server.Trace.Request", + "Server.Unbuffered", "SessionManager", "SessionTimeout", "Trace.RoutingTable", |