diff options
author | Benoit Foucher <benoit@zeroc.com> | 2006-12-20 11:43:28 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2006-12-20 11:43:28 +0000 |
commit | c82cf1603af8c524b6aa2beeee665a24b777f33e (patch) | |
tree | 8a5fc14704b05d7826e1f84cb435e4ed6f83d299 /cpp/config/IceGridAdmin.py | |
parent | More slice2html changes. (diff) | |
download | ice-c82cf1603af8c524b6aa2beeee665a24b777f33e.tar.bz2 ice-c82cf1603af8c524b6aa2beeee665a24b777f33e.tar.xz ice-c82cf1603af8c524b6aa2beeee665a24b777f33e.zip |
- Added internal descriptor types for node-registry communications
- Various bug fixes
Diffstat (limited to 'cpp/config/IceGridAdmin.py')
-rw-r--r-- | cpp/config/IceGridAdmin.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/config/IceGridAdmin.py b/cpp/config/IceGridAdmin.py index cedcb429bf1..c846e64eb89 100644 --- a/cpp/config/IceGridAdmin.py +++ b/cpp/config/IceGridAdmin.py @@ -14,8 +14,8 @@ from threading import Thread # # Set nreplicas to a number N to test replication with N replicas. # -nreplicas=0 -#nreplicas=2 +#nreplicas=0 +nreplicas=1 for toplevel in [".", "..", "../..", "../../..", "../../../.."]: toplevel = os.path.normpath(toplevel) @@ -34,7 +34,7 @@ nodeOptions = r' --Ice.Warn.Connections=0' + \ r' --IceGrid.Node.Trace.Activator=0' + \ r' --IceGrid.Node.Trace.Adapter=0' + \ r' --IceGrid.Node.Trace.Server=0' + \ - r' --IceGrid.Node.ThreadPool.SizeWarn=0' + \ + r' --Ice.OA.IceGrid.Node.ThreadPool.SizeWarn=0' + \ r' --IceGrid.Node.PrintServersReady=node' + \ r' --Ice.NullHandleAbort' + \ r' --Ice.ThreadPool.Server.Size=0' + \ |