summaryrefslogtreecommitdiff
path: root/java/config/TestUtil.py
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2005-04-08 20:15:08 +0000
committerMarc Laukien <marc@zeroc.com>2005-04-08 20:15:08 +0000
commitd3031822bfeaa0e1210eb4609b2454cef56d5790 (patch)
treee26f8b6bf16542caad47494b4585a9a7a00edd8a /java/config/TestUtil.py
parentthread per connection fix (diff)
downloadice-d3031822bfeaa0e1210eb4609b2454cef56d5790.tar.bz2
ice-d3031822bfeaa0e1210eb4609b2454cef56d5790.tar.xz
ice-d3031822bfeaa0e1210eb4609b2454cef56d5790.zip
thread per connection fix
Diffstat (limited to 'java/config/TestUtil.py')
-rw-r--r--java/config/TestUtil.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/config/TestUtil.py b/java/config/TestUtil.py
index 754f2df3e67..2909b62d29a 100644
--- a/java/config/TestUtil.py
+++ b/java/config/TestUtil.py
@@ -29,8 +29,8 @@ compress = 0
# thread per connection mode, or if you are using SSL.
#
-#threadPerConnection = 0
-threadPerConnection = 1
+threadPerConnection = 0
+#threadPerConnection = 1
if protocol == "ssl":
threadPerConnection = 1