summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xjava/test/Glacier/starter/run.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/java/test/Glacier/starter/run.py b/java/test/Glacier/starter/run.py
index 01efc0eb96d..d20698d729e 100755
--- a/java/test/Glacier/starter/run.py
+++ b/java/test/Glacier/starter/run.py
@@ -34,12 +34,7 @@ ice_home = os.environ['ICE_HOME']
starter = os.path.join(ice_home, "bin", "glacierstarter")
router = os.path.join(ice_home, "bin", "glacierrouter")
-#
-# Glacier needs four threads in the server thread pool to avoid
-# a deadlock. (IceJ only)
-#
command = starter + TestUtil.clientServerOptions + \
- r' --Ice.ThreadPool.Server.Size=4' \
r' --Ice.PrintProcessId' \
r' --Glacier.Starter.RouterPath=' + router + \
r' --Glacier.Starter.PropertiesOverwrite=Ice.ServerIdleTime=10' \